fix: playbook

This commit is contained in:
rcordier 2024-05-22 11:31:28 -04:00
parent 96711dd9d2
commit faea1cb263

View File

@ -9,6 +9,19 @@
debug: debug:
msg: Hello, world! 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 - name: Hello World
hosts: web hosts: web
gather_facts: no gather_facts: no