Skip to content
Snippets Groups Projects

Fix compute and GPU img builds

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -11,7 +11,7 @@
@@ -11,7 +11,7 @@
- name: Install NHC
- name: Install NHC
ansible.builtin.yum:
ansible.builtin.yum:
name: "{{ nhc_download_path }}"
name: "{{ nhc_download_url }}"
state: latest
state: latest
- name: Copy config files
- name: Copy config files
Loading