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
fix conditional
pull/1046/head
Michael-GMH
4 years ago
parent
0adcef65e6
commit
2b4bada72a
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-common-after/tasks/awx_post.yml
+ 1
- 1
roles/matrix-common-after/tasks/awx_post.yml
View File
@@ -38,7 +38,7 @@
- name: Create user account @mjolnir
command: |
/usr/local/bin/matrix-synapse-register-user mjolnir {{ matrix_awx_mjolnir
-bot
_user_password | quote }} 0
/usr/local/bin/matrix-synapse-register-user mjolnir {{ matrix_awx_mjolnir_user_password | quote }} 0
register: cmd
when: not matrix_awx_mjolnir_user_created|bool
no_log: True
Write
Preview
Loading…
Cancel
Save