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
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 12 additions and 6 deletions

View File

@ -1 +1,7 @@
---
- hosts: all
gather_facts: false
tasks:
- name: TODO
debug:
msg: "TODO: implement post-delete"

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

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