1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

move enable_service - edits

This commit is contained in:
Jerry Vonau 2017-11-01 10:15:59 -04:00
parent f76f468d7f
commit 54f7b4e728

View file

@ -28,6 +28,7 @@
tags:
- network
#### start services
- include_tasks: avahi.yml
tags:
- network
@ -41,6 +42,17 @@
tags:
- network
- include_tasks: enable_services.yml
tags:
- network
- named
- dhcpd
- dnsmasq
- squid
#### end services
#### Start network layout
- include_tasks: ifcfg_mods.yml
tags:
- network
@ -76,15 +88,6 @@
- network
#### end network layout
#### start services
- include_tasks: enable_services.yml
tags:
- network
- named
- dhcpd
- dnsmasq
- squid
- include_tasks: restart.yml
when: not installing
tags:
@ -93,4 +96,3 @@
- dhcpd
- dnsmasq
- squid
#### end services