Shorten names.
This commit is contained in:
parent
c71dace1d7
commit
062116df5a
@ -11,13 +11,13 @@
|
|||||||
- locate
|
- locate
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Testing Cache Refresh Conditions for LearnLinuxTV/personal_ansible_desktop_configs Bug1
|
- name: Testing Package Cache Refresh
|
||||||
package:
|
package:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
when: ansible_distribution in ["Debian", "Ubuntu"] or
|
when: ansible_distribution in ["Debian", "Ubuntu"] or
|
||||||
ansible_os_family in ["Debian", "Ubuntu"]
|
ansible_os_family in ["Debian", "Ubuntu"]
|
||||||
|
|
||||||
- name: Testing Apt Refresh Conditions for LearnLinuxTV/personal_ansible_desktop_configs Bug1
|
- name: Testing Apt Cache Refresh
|
||||||
apt: update_cache=yes
|
apt: update_cache=yes
|
||||||
when: ansible_distribution in ["Debian", "Ubuntu"] or
|
when: ansible_distribution in ["Debian", "Ubuntu"] or
|
||||||
ansible_os_family in ["Debian", "Ubuntu"]
|
ansible_os_family in ["Debian", "Ubuntu"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user