mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #442 from jvonau/433
named / DNS fix for #433 Squid install fail closes #433
This commit is contained in:
commit
89e3461e17
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@
|
||||||
- download
|
- download
|
||||||
|
|
||||||
# or we have to change the serial number in the config files.
|
# or we have to change the serial number in the config files.
|
||||||
- name: Stop named before copying files
|
#- name: Stop named before copying files
|
||||||
service: name={{ dns_service }} state=stopped
|
# service: name={{ dns_service }} state=stopped
|
||||||
when: not installing
|
# when: not installing
|
||||||
|
|
||||||
- name: Set folder permission
|
- name: Set folder permission
|
||||||
file: path={{ item }}
|
file: path={{ item }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue