Created
February 10, 2017 03:43
-
-
Save otakup0pe/a418cc5f0c45e9a70116c39a24dc898c to your computer and use it in GitHub Desktop.
Move a secret
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*-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