add cfg file

This commit is contained in:
willtome
2022-03-23 13:32:33 -04:00
parent 574ab38a78
commit 7534df60c6
2 changed files with 3 additions and 1 deletions

2
ansible.cfg Normal file
View File

@@ -0,0 +1,2 @@
[defaults]
collections_paths=./collections

View File

@@ -6,7 +6,7 @@
- name: list systems to be destroyed
pause:
seconds: 30
prompt: "{{ inventory_hostname }} will be DESTROYED in 30 seconds."
prompt: "{{ inventory_hostname }} will be DESTROYED in 30 seconds. Cancel the job to Abort."
- name: destroy vm
include_role: