diff --git a/tasks/configure.yml b/tasks/configure.yml index 0c28c73..82baa8d 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -48,7 +48,6 @@ option: PublicKey value: "{{ public_key | replace('\n', '')}}" create: true - backup: true - name: Set allowed IPs to peer conf file ini_file: @@ -57,7 +56,6 @@ option: AllowedIPs value: "{{ vpnes_ip }}/32" create: true - backup: true - name: Set end point to peer conf file ini_file: @@ -66,7 +64,6 @@ option: Endpoint value: "{{ ansible_host }}:{{ vpnes_port }}" create: true - backup: true - name: Create commit with changes to repo of peers shell: "git add . && git commit -am 'Update {{ inventory_hostname }}' && git push -f"