commit b39abd2d93ea1cbd1be20d87223c8ee62d06edea parent 7810e9ad440e64fa1249bbb95cbe8c7febd7b18c Author: Leonardo Galves <[email protected]> Date: Tue, 16 Aug 2022 14:15:34 -0300 Add test playbook Diffstat:
D | test.sh | | | 0 | |
A | test.yml | | | 8 | ++++++++ |
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/test.sh b/test.sh diff --git a/test.yml b/test.yml @@ -0,0 +1,8 @@ +--- +- name: Deploy h1-cmapi1 + hosts: h1-crmapi1 + tasks: + - name: Test + debug: + msg: "Apenas um teste" +