feat: add when condition to allow other upgrades in the future

This commit is contained in:
Simon Cornet 2025-12-14 14:41:22 +01:00
commit 0ecefd6843

View file

@ -10,3 +10,6 @@
# force update time
- name: "import alpine upgrade tasks"
ansible.builtin.import_tasks: "tasks/alpine323.yaml"
when:
- "ansible_distribution == 'Alpine'"
- "'3.22' in ansible_distribution_version"