Skip to content

Instantly share code, notes, and snippets.

@otakup0pe
Created February 10, 2017 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otakup0pe/a418cc5f0c45e9a70116c39a24dc898c to your computer and use it in GitHub Desktop.
Save otakup0pe/a418cc5f0c45e9a70116c39a24dc898c to your computer and use it in GitHub Desktop.
Move a secret
# -*-YAML-*-
secrets:
- files:
- source: 'secret.txt'
name: 'secret'
mount: 'foo'
path: 'bar'
state: 'absent'
- files:
- source: 'secret.txt'
name: 'secret'
mount: 'the-right-stuff'
path: 'foo/bar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment