fix: playbook
This commit is contained in:
parent
96711dd9d2
commit
faea1cb263
@ -9,6 +9,19 @@
|
||||
debug:
|
||||
msg: Hello, world!
|
||||
|
||||
- name: get debug infos
|
||||
shell:
|
||||
cmd: |-
|
||||
echo ID=$(id -u)
|
||||
echo PWD=$PWD
|
||||
git remote -v || true
|
||||
|
||||
register: output
|
||||
|
||||
- name: Local run context
|
||||
debug:
|
||||
var: output
|
||||
|
||||
- name: Hello World
|
||||
hosts: web
|
||||
gather_facts: no
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user