Files @ 490c7b153f52
Branch filter:

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

branko
Noticket: Improved logic behind a couple of tests that use commands to ensure a specific error is happening for tests to pass.
---

- hosts: all
  tasks:

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

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