Add TODO and import config first

This commit is contained in:
Luke Murphy
2020-04-13 13:57:12 +02:00
parent c21de2b941
commit 39272350c3
3 changed files with 12 additions and 6 deletions
+6
View File
@@ -1 +1,7 @@
---
- hosts: all
gather_facts: false
tasks:
- name: TODO
debug:
msg: "TODO: implement post-delete"
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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