Add test for apt.

This commit is contained in:
Hyperling 2021-02-01 05:54:38 -06:00
parent d17ef1afbd
commit c71dace1d7

View File

@ -17,6 +17,11 @@
when: ansible_distribution in ["Debian", "Ubuntu"] or
ansible_os_family in ["Debian", "Ubuntu"]
- name: Testing Apt Refresh Conditions for LearnLinuxTV/personal_ansible_desktop_configs Bug1
apt: update_cache=yes
when: ansible_distribution in ["Debian", "Ubuntu"] or
ansible_os_family in ["Debian", "Ubuntu"]
- name: Remove Repo Software
package:
name: