diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-22 21:18:50 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-22 21:23:59 +0200 |
commit | 86ccf27e0170f996cec3b148f4340d1a9eb92f5e (patch) | |
tree | 176f62eeccafb82c54f9f3e103a6b6a27d4fb3f5 /roles/digitalocean_volume/defaults | |
parent | linux_status: disable power management before starting the service (diff) | |
download | infra-ansible-86ccf27e0170f996cec3b148f4340d1a9eb92f5e.tar.gz infra-ansible-86ccf27e0170f996cec3b148f4340d1a9eb92f5e.zip |
digitalocean_volume: properly prefix variables
Diffstat (limited to 'roles/digitalocean_volume/defaults')
-rw-r--r-- | roles/digitalocean_volume/defaults/main.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/digitalocean_volume/defaults/main.yml b/roles/digitalocean_volume/defaults/main.yml index ebacd1d..9c3a4e1 100644 --- a/roles/digitalocean_volume/defaults/main.yml +++ b/roles/digitalocean_volume/defaults/main.yml @@ -1,3 +1,3 @@ -#volume_name: -#volume_dir: -volume_fs: ext4 +#digitalocean_volume_name: +#digitalocean_volume_dir: +digitalocean_volume_fs: ext4 |