mirror of https://github.com/ansible/ansible.git
Fixing option order in connection info (v2)
parent
2bf95aaa2d
commit
84fe6655d1
@ -0,0 +1,7 @@
|
||||
- hosts: ubuntu1404
|
||||
gather_facts: no
|
||||
remote_user: testing
|
||||
tasks:
|
||||
- command: whoami
|
||||
- apt: update_cache=yes
|
||||
sudo: yes
|
Loading…
Reference in New Issue