diff --git a/ansible/final.yml b/ansible/final.yml index 57c8fce8b..cd9b211e2 100644 --- a/ansible/final.yml +++ b/ansible/final.yml @@ -6,6 +6,7 @@ ansible.builtin.include_role: name: dnf_repos tasks_from: disable_repos.yml + when: not dnf_repos_enabled | default(false) | bool - name: Setup NFS export for compute_init hosts: compute_init:!builder