Skip to content

Commit

Permalink
Merge pull request #4425 from galaxyproject/hippo-rooster
Browse files Browse the repository at this point in the history
fix ansible-vault diff
  • Loading branch information
natefoo authored Nov 1, 2023
2 parents 9dcd866 + 6ad5133 commit aab18d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions topics/admin/tutorials/ansible-galaxy/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1143,6 +1143,12 @@ The configuration is quite simple thanks to the many sensible defaults that are
> > to ensure colleagues get a copy of the file too. Just **be sure**
> > `.vault-password.txt` is listed in your `.gitignore` file!
> >
> > You will also need to run this command to define how the `ansible-vault` differ should work:
> >
> > ```
> > git config --global diff.ansible-vault.textconv "ansible-vault view"
> > ```
> >
> > If you have more vault secrets, you can adjust this line (or add more,
> > wildcards are supported) to list all of your secret files. This tells
> > `git` to use `ansible-vault` to diff the two files, as you can see in
Expand Down

0 comments on commit aab18d5

Please sign in to comment.