- name: Common setup procedures
  hosts: ands
  roles:
    - role: ands_facts
    - { role: ands_network, action: maintain }

# We need all mount points ready
- name: "Run mount -a"
  hosts: ands
  tasks:
    - command: mount -a
      changed_when: false