Hi,

I am trying yum module on AWX (ansible tower).
AWX -> Inventories -> Run command -> select module: yum etc.

In the "EXTRA VARIABLES" section on AWX WebUI, what I should put in yaml if 
I want to install wget for example.
I have tried to put

name: wget
state: present

also
name:
  - wget
state: present

It didn't work. I googled for any reference example, couldn't find a 
relevant one.

It's obvious what to put in each variable if I use a playbook, but I am not 
sure what variable expected if I use the adhoc yum module in AWX WebUI.

Thanks,
Jerry

-- 
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/a856a5b9-10ad-42c0-9848-97a1d86e8b28%40googlegroups.com.

Reply via email to