mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-12-13 20:40:17 +01:00
10 lines
163 B
YAML
10 lines
163 B
YAML
---
|
|
- hosts: all
|
|
|
|
pre_tasks:
|
|
- name: Update apt cache.
|
|
apt: update_cache=yes
|
|
when: ansible_os_family == 'Debian'
|
|
|
|
roles:
|
|
- role_under_test
|