diff --git a/plays/post_delete.yml b/plays/post_delete.yml index ed97d53..625e1c8 100644 --- a/plays/post_delete.yml +++ b/plays/post_delete.yml @@ -1 +1,7 @@ --- +- hosts: all + gather_facts: false + tasks: + - name: TODO + debug: + msg: "TODO: implement post-delete" diff --git a/plays/post_deploy.yml b/plays/post_deploy.yml index 098dd47..95298da 100644 --- a/plays/post_deploy.yml +++ b/plays/post_deploy.yml @@ -2,12 +2,12 @@ - hosts: all gather_facts: false tasks: - - name: Include debug tasks - include: ./lib/debug.yml - - name: Include config tasks include: ./lib/config.yml + - name: Include debug tasks + include: ./lib/debug.yml + - name: Include vars tasks include: ./lib/vars.yml diff --git a/plays/pre_deploy.yml b/plays/pre_deploy.yml index 5f1acb7..82abce3 100644 --- a/plays/pre_deploy.yml +++ b/plays/pre_deploy.yml @@ -2,12 +2,12 @@ - hosts: all gather_facts: false tasks: - - name: Include debug tasks - include: ./lib/debug.yml - - name: Include config tasks include: ./lib/config.yml + - name: Include debug tasks + include: ./lib/debug.yml + - name: Include vars tasks include: ./lib/vars.yml