mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 08:36:55 +02:00
Update to 2022-11-03 11:00
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
{% if samba_role in ['dc', 'rodc'] %}
|
||||
rm -rf /home/lbkp/samba
|
||||
{% else %}
|
||||
echo "Samba not running as a domain controller, no dump to remove"
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user