Skip to content

Commit

Permalink
Fix missing end-of-file-newline, add .pre-commit cfg file to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoucgitter committed Apr 9, 2024
1 parent fe05598 commit 1a581b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.galaxy_install_info

## ignore ansible-vars.yml
.pre-commit-config.yaml
ansible-vars.yml
ansible-vars.yaml

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ config:
objectFilter: (objectClass=inetOrgPerson)
searchFilter: uid={0}
sas.logon.initial.password: Password123
config/identities/sas.identities/administrator: viya_admin
config/identities/sas.identities/administrator: viya_admin

0 comments on commit 1a581b5

Please sign in to comment.