Skip to content

Commit

Permalink
revert .gitignore change, add ansible-vars-iac.yaml to .ansible-lint …
Browse files Browse the repository at this point in the history
…skip list
  • Loading branch information
dhoucgitter committed Apr 9, 2024
1 parent d6b7963 commit b7f1bac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
.pre-commit-config.yaml
ansible-vars.yml
ansible-vars.yaml
ansible-vars-iac.yaml

## ignore data directory
data/
Expand Down
1 change: 1 addition & 0 deletions linting-configs/.ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ exclude_paths:
- roles/istio
- roles/vdm/tasks/deploy.yaml # TODO schema[tasks] error for a docker 'Deploy BLT - Deploy SAS Viya' task
- .github/workflows # non ansible files
- viya4-deployment-darksite/deployment-machine-assets/software/ansible-vars-iac.yaml # dark site ansible-vars.yaml file template

# Offline mode disables installation of requirements.yml and schema refreshing
offline: false
Expand Down

0 comments on commit b7f1bac

Please sign in to comment.