Add test for apt.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user