Files @ 91b633aba998
Branch filter:

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

branko
MAR-129: Fixed linting in database_server and its tests and moved test variables into group_vars.
---

- 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