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 ccf2822 commit 8c60ad3Copy full SHA for 8c60ad3
roles/downloadmq/tasks/main.yml
@@ -35,5 +35,15 @@
35
vrmf: '{{ vrmf940 }}'
36
when: convention=='new' and version==940
37
38
+- name: Set V.R.M.F to 9.4.1 if version matches
39
+ ansible.builtin.set_fact:
40
+ vrmf: '{{ vrmf941 }}'
41
+ when: convention=='new' and version==941
42
+
43
+- name: Set V.R.M.F to 9.4.2 if version matches
44
45
+ vrmf: '{{ vrmf942 }}'
46
+ when: convention=='new' and version==942
47
48
- name: Including the task list for this platform
49
ansible.builtin.include_tasks: "{{ ansible_system }}_{{ ansible_architecture }}_{{ role_name }}.yml"
0 commit comments