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 7f8e61a commit 65e8371Copy full SHA for 65e8371
ansible/validate.yml
@@ -46,6 +46,8 @@
46
_requirements_current: "{{ (lookup('file', _requirements_path) | from_yaml).values() | flatten }}"
47
# below produced by dev/setup-env.sh - gives empty list if file is missing:
48
_requirements_installed: "{{ ((lookup('file', _requirements_path + '.last', errors='ignore') or '{}') | from_yaml ).values() | flatten }}"
49
+ # Temporarily disabling this task permanently
50
+ when: 0 > 1
51
52
- name: Ensure control node is in inventory
53
hosts: all
0 commit comments