mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
improve ubuntu support
This commit is contained in:
parent
582702c29a
commit
f14abd2118
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
update_cache: yes
|
||||
cache_valid_time: 43200
|
||||
when:
|
||||
ansible_distribution == 'Debian'
|
||||
ansible_os_family == 'Debian'
|
||||
|
||||
- name: Install common base packages [all]
|
||||
become: yes
|
||||
|
|
Loading…
Reference in a new issue