mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
cleanup
This commit is contained in:
parent
1f3ff26674
commit
daf2362611
1 changed files with 1 additions and 3 deletions
|
@ -11,12 +11,10 @@
|
||||||
|
|
||||||
# We need to inialize the ini file and only write the location and version
|
# We need to inialize the ini file and only write the location and version
|
||||||
# sections once and only once to preserve the install date and git hash.
|
# sections once and only once to preserve the install date and git hash.
|
||||||
- name: Create IIAB directory structure and {{ iiab_ini_file }}, if first_run
|
- name: Create IIAB tools and {{ iiab_ini_file }}, if first_run
|
||||||
include_tasks: first_run.yml
|
include_tasks: first_run.yml
|
||||||
when: first_run | bool
|
when: first_run | bool
|
||||||
|
|
||||||
#- name: Loading computed_vars
|
|
||||||
# include_tasks: roles/0-init/tasks/computed_vars.yml
|
|
||||||
- name: Re-read local_facts.facts from /etc/ansible/facts.d
|
- name: Re-read local_facts.facts from /etc/ansible/facts.d
|
||||||
setup:
|
setup:
|
||||||
filter: ansible_local
|
filter: ansible_local
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue