new distro
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
package:
|
||||
name: systemd-timesyncd
|
||||
state: latest
|
||||
when: ansible_distribution in ["Pop!_OS", "Ubuntu"]
|
||||
when: ansible_distribution in ["Pop!_OS", "Ubuntu", "Linux Mint"]
|
||||
|
||||
- name: system setup | clock | install systemd-timesyncd (debian)
|
||||
tags: ntp, system setup
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
hour: "0"
|
||||
minute: "0"
|
||||
job: "apt list --upgradeable"
|
||||
when: ansible_distribution in ["Debian", "Ubuntu"]
|
||||
when: ansible_distribution in ["Debian", "Ubuntu", "Linux Mint"]
|
||||
|
||||
- name: system setup | cron | Send me a list of upgradeable packages daily (Archlinux)
|
||||
tags: cron
|
||||
|
||||
Reference in New Issue
Block a user