Skip to content

Commit

Permalink
fix ansible-vault diff
Browse files Browse the repository at this point in the history
@natefoo this is why it didnt work during gat
  • Loading branch information
hexylena committed Oct 13, 2023
1 parent 6c00b1f commit 6ad5133
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 6ad5133

Please sign in to comment.