Only run apt updates on apt machines.

This commit is contained in:
Hyperling 2021-04-03 09:07:17 -05:00
parent 711a88dd8d
commit d536e167c0

View File

@ -23,3 +23,4 @@
special_time: reboot special_time: reboot
state: present state: present
disabled: yes disabled: yes
when: ansible_pkg_mgr == "apt"