Browse Source

only create adserver list new

Blaine Story 1 năm trước cách đây
mục cha
commit
0a19ad5116
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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