https://docs.ansible.com/ansible/latest/user_guide/become.html#become-directives
On Thu, 18 Feb 2021 at 09:33, sd <[email protected]> wrote: > > I am trying to run a software via win_package module. But that software > requires running as administrator which causes my script stuck at one > position. How to run it as administrator. I am running trough a user which a > member of admin group. here is my code > > - name: installing Devexpress > hosts: win > gather_facts: yes > become_method: runas > > > tasks: > > - name: installing DevExpress13 > win_package: > path: D:\Soft\DevExpress13.exe > arguments: /S /VERYSILENT > state: present > > -- > 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/9a656b6d-fba7-4ea5-843c-5642fc761053n%40googlegroups.com. -- Dick Visser Trust & Identity Service Operations Manager GÉANT -- 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/CAL8fbwML6TKrNW1613Ri88EpVC6pGhk2JDHjSpbVS0MCcsJ2iA%40mail.gmail.com.
