remove unnecessary task: --delete-invite does that already for us

This commit is contained in:
max.mehl 2022-03-03 11:06:37 +01:00
parent 1820e35943
commit b65e1c6212
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92

View File

@ -92,11 +92,6 @@
innernet install /root/{{ innernet_client }}.toml \
--default-name \
--delete-invite
- name: Delete peer invitation file from client
file:
state: absent
path: "/root/{{ innernet_client }}.toml"
when:
- innernet_client not in existing_peers.stdout_lines