Skip to content

Commit

Permalink
add some mocks so that pipelines lint fine
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 20, 2023
1 parent a35fee7 commit 17014e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@ skip_list:
- fqcn[action-core]
- fqcn[action]
- var-naming[no-role-prefix]

# Define required Ansible's variables to satisfy syntax check
extra_vars:
pipeline_type: foreman
pipeline_version: nightly
pipeline_os: centos8-stream

# Mock roles in order to pass ansible-playbook --syntax-check
mock_roles:
- pulp.pulp_installer.pulp_all_services
- pulp.pulp_installer.pulp_health_check

0 comments on commit 17014e2

Please sign in to comment.