aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/systemd_depend_mount/templates
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-23 17:46:28 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-23 18:03:25 +0200
commit287264d1eefb311b472a5f0431ae012cf2033a26 (patch)
treee65a79c80c6fb741ac45e359ba32e6192acaf396 /roles/systemd_depend_mount/templates
parentdigitalocean_volume: properly prefix variables (diff)
downloadinfra-ansible-287264d1eefb311b472a5f0431ae012cf2033a26.tar.gz
infra-ansible-287264d1eefb311b472a5f0431ae012cf2033a26.zip
replace systemd_requires_mounts_for with systemd_depend_mount
It should be better and more comprehensible.
Diffstat (limited to '')
-rw-r--r--roles/systemd_depend_mount/templates/override.conf.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/systemd_depend_mount/templates/override.conf.j2 b/roles/systemd_depend_mount/templates/override.conf.j2
new file mode 100644
index 0000000..797cd67
--- /dev/null
+++ b/roles/systemd_depend_mount/templates/override.conf.j2
@@ -0,0 +1,4 @@
+{{ ansible_managed | comment }}
+
+[Unit]
+RequiresMountsFor={{ systemd_depend_mount_dir }}