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
Commit a1f6d615 authored by freezed's avatar freezed :mountain:
Browse files

:bug: Fix autobackup-property has illegal value: 'on'

YAML works in curious ways
parent e4686a7d
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@
vars:
server_properties:
- key: "autobackup:bkp_{{ hostvars[item]['inventory_hostname'] }}"
value: true
value: "true"
- key: mountpoint
value: "/home/{{ backup_user }}/repo/{{ hostvars[item]['inventory_hostname'] }}"
- key: sharenfs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment