aboutsummaryrefslogtreecommitdiffhomepage
path: root/molecule/default/prepare.yml
blob: 99ab4e9e6bd2d40dc7393232c7e6437d8f2d5a83 (plain) (blame)
1
2
3
4
5
6
7
8
- name: Prepare
  hosts: all
  tasks:
    - name: Update apt cache
      apt:
        update_cache: yes
      become: true
      when: ansible_os_family == 'Debian'