Skip to content

Commit d2d388e

Browse files
authored
restore dnf_repos_enabled from before NHC changes (#721)
1 parent ff7aef8 commit d2d388e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/final.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
ansible.builtin.include_role:
77
name: dnf_repos
88
tasks_from: disable_repos.yml
9+
when: not dnf_repos_enabled | default(false) | bool
910

1011
- name: Setup NFS export for compute_init
1112
hosts: compute_init:!builder

0 commit comments

Comments
 (0)