We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e6dee commit 08996a5Copy full SHA for 08996a5
molecule/downgrade/converge.yml
@@ -9,7 +9,7 @@
9
when: ansible_facts['os_family'] == "Alpine"
10
- name: Set repo if Debian
11
ansible.builtin.set_fact:
12
- version: =1.27.4-1~{{ ansible_facts['distribution_release'] }}
+ version: =1.29.2-1~{{ ansible_facts['distribution_release'] }}
13
cacheable: true
14
when: ansible_facts['os_family'] == "Debian"
15
- name: Set repo if Red Hat
0 commit comments