Skip to content

Commit 68f7277

Browse files
committed
Enable check for ansible galaxy requirements
1 parent 63e848d commit 68f7277

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ansible/validate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
_requirements_current: "{{ (lookup('file', _requirements_path) | from_yaml).values() | flatten }}"
4747
# below produced by dev/setup-env.sh - gives empty list if file is missing:
4848
_requirements_installed: "{{ ((lookup('file', _requirements_path + '.last', errors='ignore') or '{}') | from_yaml ).values() | flatten }}"
49-
when: 0 > 1
5049

5150
- name: Ensure control node is in inventory
5251
hosts: all

0 commit comments

Comments
 (0)