Files @ c9e6c6742fa5
Branch filter:

Location: majic-ansible-roles/roles/database_server/playbook.yml - annotation

branko
MAR-140: Update requirements for the pipreqcheck (to avoid idempotence failures).
---

- hosts: all
  tasks:

    - name: Update all caches to avoid errors due to missing remote archives
      apt:
        update_cache: yes
      changed_when: False

- hosts: parameters-mandatory
  roles:
    - role: database_server
      db_root_password: "root_password"