Browse Source

Create new file: apt-daily.timer.yml

erdo 7 năm trước cách đây
mục cha
commit
c70c1a61f2
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      roles/config_server/tasks/tasks/apt-daily.timer.yml

+ 7 - 0
roles/config_server/tasks/tasks/apt-daily.timer.yml

@@ -0,0 +1,7 @@
+---
+- name: disable apt-daily.timer and ensure it is masked
+  systemd:
+    name: apt-daily.timer
+    enabled: no
+    masked: yes
+    state: stopped