Only run apt updates on apt machines.
This commit is contained in:
@ -22,4 +22,5 @@
|
||||
job: sudo apt update && sudo apt dist-upgrade -y
|
||||
special_time: reboot
|
||||
state: present
|
||||
disabled: yes
|
||||
disabled: yes
|
||||
when: ansible_pkg_mgr == "apt"
|
||||
|
Reference in New Issue
Block a user