Skip to content

Commit 65e8371

Browse files
committed
Temporarily disable the ansible galaxy requirements check
1 parent 7f8e61a commit 65e8371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
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+
# Temporarily disabling this task permanently
50+
when: 0 > 1
4951

5052
- name: Ensure control node is in inventory
5153
hosts: all

0 commit comments

Comments
 (0)