소스 검색

only create adserver list new

Blaine Story 1 년 전
부모
커밋
0a19ad5116
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      roles/name-resolution/tasks/main.yml

+ 2 - 1
roles/name-resolution/tasks/main.yml

@@ -107,7 +107,8 @@
     group: unbound
     mode: '0644'
   when:
-    - not adservers_conf.stat.exists or adservers_conf_age_in_days|int > 30
+    #- not adservers_conf.stat.exists or adservers_conf_age_in_days|int > 30
+    - not adservers_conf.stat.exists
   notify:
     - Restart unbound