Files @ b55cb83f8342
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/mail.yml - annotation

branko
Noticket: Added workaround to development process for outdated Molecule version:

- Unfortunately, the Molecule version used for running tests does not
generate valid Ruby 3.x code. For now just work around the way Hash
is unpacked in function calls to optional arguments (until the test
stack gets a revamp).
1
2
3
4
5
6
7
8
9
---

- hosts: mail
  remote_user: ansible
  become: true
  roles:
    - common
    - ldap_client
    - mail_server