Skip to content

Commit 6898fbf

Browse files
committed
fix import of osc GPG key for RL9
1 parent 7c34ba3 commit 6898fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/fatimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
- hosts: builder
5858
become: yes
59-
gather_facts: no
59+
gather_facts: yes
6060
tasks:
6161
# - import_playbook: slurm.yml:
6262
- name: Setup DB
@@ -69,7 +69,7 @@
6969
tasks_from: install.yml
7070

7171
- name: Include distribution variables for osc.ood
72-
include_vars: "{{ appliances_repository_root }}/ansible/roles/osc.ood/vars/Rocky/8.yml"
72+
include_vars: "{{ appliances_repository_root }}/ansible/roles/osc.ood/vars/Rocky/{{ ansible_distribution_major_version }}.yml"
7373
# FUTURE: install-apps.yml - this is git clones
7474

7575
# - import_playbook: portal.yml

0 commit comments

Comments
 (0)