Re: [ansible-project] sudo permissions with apt module

2016-03-19 Thread Johannes Kastl
Am 19.03.16 schrieb Brian Coca: > ansible is not using those commands and will not work with restricted sudo > in that way, it needs full sudo to accomplish these tasks. Most of the work > of the apt module is using the apt-python API. So either change your permissions on the system or use the

Re: [ansible-project] sudo permissions with apt module

2016-03-18 Thread Brian Coca
ansible is not using those commands and will not work with restricted sudo in that way, it needs full sudo to accomplish these tasks. Most of the work of the apt module is using the apt-python API. -- Brian Coca -- You received this message because you are subscribed to the Google

[ansible-project] sudo permissions with apt module

2016-03-15 Thread Rishabh Goyal
Hi, I am trying to use apt module for installing multiple packages on my remote host. My user is not in sudoers list. However, I do have permissions to run following commands on remote host sudo apt-get update sudo apt-get install top Now when I am trying to achieve same using ansible