mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Fixing option order in connection info (v2)
This commit is contained in:
7
v2/samples/test_sudo.yml
Normal file
7
v2/samples/test_sudo.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- hosts: ubuntu1404
|
||||
gather_facts: no
|
||||
remote_user: testing
|
||||
tasks:
|
||||
- command: whoami
|
||||
- apt: update_cache=yes
|
||||
sudo: yes
|
||||
Reference in New Issue
Block a user