mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
stop named after install
This commit is contained in:
parent
259c03fbcb
commit
f5f3e17583
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…
Reference in a new issue