Files @ b55cb83f8342
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/meta/main.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).
---

allow_duplicates: true

dependencies:
  - common
  - web_server

galaxy_info:
  author: Branko Majic
  description: Sets-up a website powered by WSGI application
  license: BSD
  min_ansible_version: 2.9
  platforms:
    - name: Debian
      versions:
        - 11
        - 12