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.
2 parents 97910e2 + d2d388e commit b160d04Copy full SHA for b160d04
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