3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-08 09:00:24 +00:00

add abort_deletion.yml task list

This commit is contained in:
Michael Collins
2021-08-20 13:27:10 +08:00
parent e75ecd858d
commit 3125ee56e2
6 changed files with 336 additions and 53 deletions

View File

@@ -1,5 +1,4 @@
- name: Include hosting vars of digital_ocean.yml
delegate_to: 127.0.0.1
include_vars:
@@ -36,11 +35,3 @@
- debug:
msg: "{{ deleted_server_info }}"
when: do_droplet_id is defined
#- name: Delete fake DNS record for faster testing
# delegate_to: 127.0.0.1
# shell: |
# sed -i -c '/{{ matrix_domain }}/d' /etc/hosts
# Doesn't allow letsencrypt to generate certs :S