Fixing option order in connection info (v2)

This commit is contained in:
James Cammarata
2015-04-28 13:26:05 -05:00
parent 2bf95aaa2d
commit 84fe6655d1
2 changed files with 9 additions and 5 deletions

7
v2/samples/test_sudo.yml Normal file
View File

@@ -0,0 +1,7 @@
- hosts: ubuntu1404
gather_facts: no
remote_user: testing
tasks:
- command: whoami
- apt: update_cache=yes
sudo: yes