Files @ c99f9a491799
Branch filter:

Location: majic-ansible-roles/roles/common/molecule/default/playbook.yml

branko
MAR-132: Fix invocation of handler in backup_client role (block cannot be used as such).
---

- hosts: helper
  become: true
  tasks:

    - name: Install apt-cacher-ng
      apt:
        name: apt-cacher-ng
        state: present

- hosts: parameters-mandatory,parameters-optional
  become: true
  roles:
    - common