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