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 63e848d commit 68f7277Copy full SHA for 68f7277
ansible/validate.yml
@@ -46,7 +46,6 @@
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
- when: 0 > 1
50
51
- name: Ensure control node is in inventory
52
hosts: all
0 commit comments