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