mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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
|
||||
|
||||
# or we have to change the serial number in the config files.
|
||||
#- name: Stop named before copying files
|
||||
# service: name={{ dns_service }} state=stopped
|
||||
# when: not installing
|
||||
- name: Stop named before copying files
|
||||
service: name={{ dns_service }} state=stopped
|
||||
when: not installing
|
||||
|
||||
- name: Set folder permission
|
||||
file: path={{ item }}
|
||||
|
|
Loading…
Reference in a new issue