ruby site
This commit is contained in:
7
roles/testuser/tasks/stuff.yml
Normal file
7
roles/testuser/tasks/stuff.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- command: whoami
|
||||
register: whoami
|
||||
changed_when: false
|
||||
become_user: ruby
|
||||
|
||||
- debug: msg="{{ whoami.stdout }}"
|
||||
Reference in New Issue
Block a user