Files @ befde126d803
Branch filter:

Location: majic-ansible-roles/roles/php_website/handlers/main.yml - annotation

branko
MAR-218: Updated project requirements for Python virtual environment:

- Switch to using Python 3.11 as the basis.
- Pin Ansible and test framework to latest available/supported
versions.
- Drop the workarounds used for older package versions.
- Group the requirements according to their use within the project.
1
2
3
4
5
---

- name: Dummy handler to suppress Ansible warnings
  debug:
    msg: "This is just a dummy task to suppress the Ansible warning about an empty include."