Skip to content

Commit 17014e2

Browse files
committed
add some mocks so that pipelines lint fine
1 parent a35fee7 commit 17014e2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.ansible-lint

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ skip_list:
1717
- fqcn[action-core]
1818
- fqcn[action]
1919
- 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

Comments
 (0)