Skip to content

Commit

Permalink
Fixed backup & restore of keyrings (#485)
Browse files Browse the repository at this point in the history
Parent folder wasn't backed up.
  • Loading branch information
freemanjp committed Oct 15, 2018
1 parent e04ac1a commit b1962fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@
- /.config/*
+ /.gitconfig
+ /.gnupg
+ /.local
+ /.local/share
+ /.local/share/keyrings
- /.local/share/*
- /.local/*
+ /.m2
- /.m2/repository
- /.m2/wrapper
Expand Down

0 comments on commit b1962fa

Please sign in to comment.