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 ff7aef8 commit d2d388eCopy full SHA for d2d388e
ansible/final.yml
@@ -6,6 +6,7 @@
6
ansible.builtin.include_role:
7
name: dnf_repos
8
tasks_from: disable_repos.yml
9
+ when: not dnf_repos_enabled | default(false) | bool
10
11
- name: Setup NFS export for compute_init
12
hosts: compute_init:!builder
0 commit comments