We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5114ded + 9985b13 commit a62c078Copy full SHA for a62c078
playbook.yml
@@ -52,11 +52,11 @@
52
53
[Install]
54
WantedBy=multi-user.target
55
- when: st.stat.exists and encrypt_data
+ when: encryptedFileSystemPostCheck.stat.exists
56
57
- name: 'Setup systemd to mount encrypted folder'
58
shell: systemctl daemon-reload && systemctl enable reboot.service
59
60
61
# MOSIP integration requires wireguard and some secrets to be installed
62
# Here is an example configuration that we use on our 3 node demo production environment
0 commit comments