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 a35fee7 commit 17014e2Copy full SHA for 17014e2
1 file changed
.ansible-lint
@@ -17,3 +17,14 @@ skip_list:
17
- fqcn[action-core]
18
- fqcn[action]
19
- var-naming[no-role-prefix]
20
+
21
+# Define required Ansible's variables to satisfy syntax check
22
+extra_vars:
23
+ pipeline_type: foreman
24
+ pipeline_version: nightly
25
+ pipeline_os: centos8-stream
26
27
+# Mock roles in order to pass ansible-playbook --syntax-check
28
+mock_roles:
29
+ - pulp.pulp_installer.pulp_all_services
30
+ - pulp.pulp_installer.pulp_health_check
0 commit comments