As requested I commented out the *become_flags*, which gives me the
following task:
- name: Install needed packages for Docker
yum:
name: yum-utils,device-mapper-persistent-data,lvm2
state: latest
become: yes
become_method: dzdo
And this gives as result the same error
fatal: [10.7.201.114]: FAILED! => {"changed": false, "module_stderr": "",
"module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the
exact error", "rc": 1}
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/f1b2b89c-11dc-4470-be3f-6c470136824f%40googlegroups.com.