mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +02:00
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
![]() |
#!/bin/bash -e
|
||
|
|
||
|
{% if pg_remove_dump_after_backup %}
|
||
|
rm -f /home/lbkp/pgsql/*.sql*
|
||
|
{% endif %}
|
||
|
rm -f /home/lbkp/pgsql/*.conf
|