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 7c34ba3 commit 6898fbfCopy full SHA for 6898fbf
ansible/fatimage.yml
@@ -56,7 +56,7 @@
56
57
- hosts: builder
58
become: yes
59
- gather_facts: no
+ gather_facts: yes
60
tasks:
61
# - import_playbook: slurm.yml:
62
- name: Setup DB
@@ -69,7 +69,7 @@
69
tasks_from: install.yml
70
71
- name: Include distribution variables for osc.ood
72
- include_vars: "{{ appliances_repository_root }}/ansible/roles/osc.ood/vars/Rocky/8.yml"
+ include_vars: "{{ appliances_repository_root }}/ansible/roles/osc.ood/vars/Rocky/{{ ansible_distribution_major_version }}.yml"
73
# FUTURE: install-apps.yml - this is git clones
74
75
# - import_playbook: portal.yml
0 commit comments