Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "refactor: improve backup usage README"

Merged Arthur BOUDREAULT requested to merge 45-refactor-improve-backup-usage into main
@@ -17,6 +17,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
# #
#-----------------------------------------------------------------------------#
- name: Fail if variables are not used correctly
ansible.builtin.fail:
msg: You need to define variable ynh_backup.apps and / or ynh_backup.system to True
when: ynh_backup.apps is false and ynh_backup.system is false
- name: Create backup folder if doesn't already exist
ansible.builtin.file:
Loading