1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00

improve ubuntu support

This commit is contained in:
Lilian Roller 2019-04-30 14:45:55 +02:00
parent 582702c29a
commit f14abd2118
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -18,7 +18,7 @@
update_cache: yes update_cache: yes
cache_valid_time: 43200 cache_valid_time: 43200
when: when:
ansible_distribution == 'Debian' ansible_os_family == 'Debian'
- name: Install common base packages [all] - name: Install common base packages [all]
become: yes become: yes