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
add comment 2
pull/1266/head
Michael Collins
4 years ago
parent
7491508d63
commit
53384b5a97
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
setup.yml
+ 1
- 1
setup.yml
View File
@@ -1,5 +1,5 @@
---
---
# testing!
# testing!
2
- name: "Set up a Matrix server"
- name: "Set up a Matrix server"
hosts: "{{ target if target is defined else 'matrix_servers' }}"
hosts: "{{ target if target is defined else 'matrix_servers' }}"
become: true
become: true
Write
Preview
Loading…
Cancel
Save