I have a simple playbook that is expected to install a Windows application 
- 

--
> - name: Install the <application>
>   hosts: all 

 

>   tasks:
>   - name: Installation of <application>
>     raw: cmd /c "<path to setup> /s <appname> /n ACCEPT_EULA=1"


The application installation succeeds but is reported 'fail' by Ansible 
Tower. 

The standard output had this information - What to understand out of this 
and how do I get rid of the false failure?

TASK [Installation of <application_name>] 
************************************************ task path: 
/var/lib/awx/projects/tests/<file>.yml:6 fatal: [xxx.163.xxx.69]: FAILED! 
=> {"changed": false, "failed": true, "rc": 1, "stderr": "", "stdout": "", 
"stdout_lines": []} NO MORE HOSTS LEFT 
************************************************************* [ERROR]: 
Could not create retry file '<file>_bat.retry'. The error was: [Errno 13] 
Permission denied: '<file>_bat.retry'

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/19f35bfc-27d6-4e2f-8c14-002f08912b17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to