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:
parent
2cdf846365
commit
210200e85c
1 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue