commit e47b6f039ac14902d7c57546884089c6ef3e659e parent b39abd2d93ea1cbd1be20d87223c8ee62d06edea Author: Leonardo Galves <[email protected]> Date: Tue, 16 Aug 2022 14:28:04 -0300 Update playbook Diffstat:
M | test.yml | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/test.yml b/test.yml @@ -2,7 +2,8 @@ - name: Deploy h1-cmapi1 hosts: h1-crmapi1 tasks: - - name: Test - debug: - msg: "Apenas um teste" + - name: Ensure exists /tmp/test + copy: + dest: /tmp/test + content: Apenas um teste