Also looks like your ansible user and your ansible become user are the
same. Is that desired? I would imagine those files are owned by root, so
suspect you need to have root as your ansible become user to have rights.

On Wed, Jun 19, 2019, 4:57 PM Dick Visser <dick.vis...@geant.org> wrote:

>
>
> On Wed, 19 Jun 2019 at 19:25, Annam Rafi <annam.raf...@gmail.com> wrote:
>
>> Yes this user is in the sudoers file with full permissions. As an
>> alternative, I created the repo file my home directory and then tried to
>> copy it into /etc/yum.repos.d but im getting an error of ": FAILED! =>
>> {"changed": false, "msg": "Destination /etc/yum.repos.d not writable"}"
>>
>
> This basically proves that your privilege elevating logic isn’t working.
> Fix that and your yum command will work as well.
>
>
>
>> On Wednesday, June 19, 2019 at 12:13:29 PM UTC-4, Robert Williams wrote:
>>>
>>> Have you validated that the user in question has the rights to make the
>>> change and that your become is valid?
>>>
>>> You could add a task before the repo change using `shell: whoami` to
>>> make sure the become is working properly.
>>>
>>> Also not sure if you need the single quotes on the ansible_become_user
>>> and ansible_become_method vars in the inventory file.
>>>
>>> I havent used the yum_repository - I have previously just used a J2
>>> template to place the repo files.
>>>
>>> On Wednesday, June 19, 2019 at 11:56:40 AM UTC-4, Annam Rafi wrote:
>>>>
>>>> [image: Screen Shot 2019-06-19 at 11.51.35 AM.png]
>>>> I tried to use the yum_repository module to create a custom repo but I
>>>> am failing to do so. I was getting a permission denied so I evaluated the
>>>> permissions.
>>>>
>>> --
>> 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 ansible-project+unsubscr...@googlegroups.com.
>> To post to this group, send email to ansible-project@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/ansible-project/55d8cffd-c364-45d3-9add-a1b48d10a460%40googlegroups.com
>> <https://groups.google.com/d/msgid/ansible-project/55d8cffd-c364-45d3-9add-a1b48d10a460%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> Sent from a mobile device - please excuse the brevity, spelling and
> punctuation.
>
> --
> 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 ansible-project+unsubscr...@googlegroups.com.
> To post to this group, send email to ansible-project@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/CAL8fbwPHB-ORC8h9Xhsuq963KZz640wabH4kmx%3DgEvTzspRZ7A%40mail.gmail.com
> <https://groups.google.com/d/msgid/ansible-project/CAL8fbwPHB-ORC8h9Xhsuq963KZz640wabH4kmx%3DgEvTzspRZ7A%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAHg2U9OBP%3DBrWf-5Tuu1b77E7KZiC50kWoz72v5%3DXYO815ekKQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to