-1
The problem is that amid a deploy automation for approval, I have to execute the command mvn clean install
only that I saw Ansible.
my task is like this:
- name: Build projeto backend
command: mvn clean install
args:
chdir: "{{ projeto.directory }}{{ projeto.config }}"
the contents of the variables returns the address I normally run mvn install
and rotate normally.
The error presented to me:
fatal: [localhost]: FAILED! => {"changed": false, "cmd": "mvn clean install", "msg": "[Errno 2] Arquivo ou diretório inexistente", "rc": 2}
What a hell of a file he’s looking for?