mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
stopping named after install but during upgrades is a bad idea
This commit is contained in:
parent
7b5de542cf
commit
f810e91322
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
# 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
|
||||
when: first_run and is_debuntu
|
||||
|
||||
- name: Set folder permission
|
||||
file: path={{ item }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue