parent
7daaa25cf2
commit
ca23b73996
@ -1,6 +1,11 @@ |
|||||||
--- |
--- |
||||||
- hosts: all |
- hosts: all |
||||||
|
|
||||||
|
pre_tasks: |
||||||
|
- name: Update apt cache. |
||||||
|
apt: update_cache=yes |
||||||
|
when: ansible_distribution == 'Ubuntu' |
||||||
|
|
||||||
roles: |
roles: |
||||||
- geerlingguy.git |
- geerlingguy.git |
||||||
- role_under_test |
- role_under_test |
||||||
|
Loading…
Reference in new issue