enable ansible setup
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
- block:
|
||||
- debug:
|
||||
msg: Debug
|
||||
# Set up the ansible environment
|
||||
- import_tasks: ansible_setup.yml
|
||||
|
||||
# basics
|
||||
- import_tasks: system_setup/hostname.yml
|
||||
- import_tasks: system_setup/hosts.yml
|
||||
@@ -44,8 +47,5 @@
|
||||
- import_tasks: system_setup/import_stepca.yml
|
||||
|
||||
|
||||
# Set up the ansible environment
|
||||
# - import_tasks: ansible_setup.yml
|
||||
|
||||
rescue:
|
||||
- set_fact: task_failed=true
|
||||
|
||||
Reference in New Issue
Block a user