1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Spacing/Comment in roles/network/tasks/main.yml

This commit is contained in:
root 2020-01-30 05:06:22 -05:00
parent 2cdf846365
commit 210200e85c

View file

@ -58,15 +58,16 @@
include_tasks: squid.yml
when: squid_install and FQDN_changed and iiab_stage|int == 9
#### start services
#### Start services
- include_tasks: avahi.yml
- include_tasks: computed_services.yml
- include_tasks: enable_services.yml
#### end services
#### End services
#### Start network layout
- name: Redhat networking
include_tasks: ifcfg_mods.yml
when: is_redhat | bool
@ -99,5 +100,6 @@
#and not installing
#### end network layout
- include_tasks: restart.yml
when: not installing
when: not installing # REMOVE THIS LINE IF installing IS ALWAYS false AS SET IN roles/0-init/defaults/main.yml