Add playbooks to role os-linux-prep-default
This commit is contained in:
@ -33,4 +33,4 @@
|
||||
- name: Run "apt-get clean"
|
||||
ansible.builtin.apt:
|
||||
clean: yes
|
||||
when: ansible_facts['distribution'] == "Debian"
|
||||
when: ansible_os_family == "Debian"
|
||||
|
Reference in New Issue
Block a user