diff options
Diffstat (limited to 'sysupgrade.yml')
-rw-r--r-- | sysupgrade.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysupgrade.yml b/sysupgrade.yml index 95bae48..672a753 100644 --- a/sysupgrade.yml +++ b/sysupgrade.yml @@ -3,7 +3,7 @@ vars: digitalocean_api_url: https://api.digitalocean.com/v2 vars_files: - - misc/vaults/digitalocean.yml + - misc/secrets/digitalocean.yml roles: - { role: shutdown } - { role: snapshot } |