ruby site

This commit is contained in:
Andreas Stephanides
2017-11-17 23:02:45 +01:00
parent 5c512f480b
commit c929c1974f
11 changed files with 107 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
---
- command: whoami
register: whoami
changed_when: false
become_user: ruby
- debug: msg="{{ whoami.stdout }}"
- name: Stuff
include_tasks: stuff.yml

View File

@@ -0,0 +1,7 @@
---
- command: whoami
register: whoami
changed_when: false
become_user: ruby
- debug: msg="{{ whoami.stdout }}"