This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
no log
pull/1266/head^2
Michael Collins
4 years ago
parent
92b26ec846
commit
312bcc444b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-awx/tasks/delete_mailgun.yml
+ 1
- 1
roles/matrix-awx/tasks/delete_mailgun.yml
View File
@@ -11,4 +11,4 @@
shell: |
curl -s --user 'api:{{ mg_private_api_key }}' -X DELETE https://{{ mg_api_url }}/v3/domains/{{ mg_sender_domain }}/credentials/{{ matrix_domain }}
when: matrix_domain is defined
no_log: True
#
no_log: True
Write
Preview
Loading…
Cancel
Save