Having the same issue here: Any help is appreciated.
Using
ansible --version
ansible 2.5.2
config file = /etc/ansible/ansible.cfg
python version = 2.6.6
site.yml
- name: Live patch
hosts: all
become: yes
tasks:
- name: Update the packages using uptrack
shell: ‘uptrack-upgrade -y’
args:
executable: /usr/sbin
ERROR:
fatal: [10.0.0.1]: FAILED! => {“changed”: false, “cmd”: “/usr/sbin -c ‘uptrack-upgrade -y’”, “msg”: “[Errno 13] Permission denied”, “rc”: 13}