Fix true values being yes
This commit is contained in:
parent
81ca7a177d
commit
41eb131e69
5 changed files with 6 additions and 6 deletions
|
@ -33,7 +33,7 @@
|
|||
vars_prompt:
|
||||
- name: "password"
|
||||
prompt: "Enter LDAP password for your user"
|
||||
private: yes
|
||||
private: true
|
||||
|
||||
roles:
|
||||
- proxmox-vm
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
owner: matrix-synapse
|
||||
group: nogroup
|
||||
mode: 0600
|
||||
remote_src: yes
|
||||
remote_src: true
|
||||
|
||||
# Run
|
||||
- name: "Ensure that {{ service_name }} is started"
|
||||
|
|
|
@ -39,7 +39,8 @@
|
|||
mode: 0644
|
||||
|
||||
# TODO generate registration
|
||||
# node app.js -r -f irc-registration.yaml -u "http://localhost:9999" -c config.yaml -l ircbot
|
||||
# node app.js -r -f irc-registration.yaml \
|
||||
# -u "http://localhost:9999" -c config.yaml -l ircbot
|
||||
|
||||
- name: Copy appservice registration file
|
||||
copy:
|
||||
|
@ -48,7 +49,7 @@
|
|||
owner: matrix-synapse
|
||||
group: nogroup
|
||||
mode: 0600
|
||||
remote_src: yes
|
||||
remote_src: true
|
||||
|
||||
# Run
|
||||
- name: "Ensure that {{ service_name }} is started"
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
owner: matrix-synapse
|
||||
group: nogroup
|
||||
mode: 0600
|
||||
remote_src: yes
|
||||
remote_src: true
|
||||
|
||||
# Run
|
||||
- name: "Ensure that {{ service_name }} is started"
|
||||
|
|
|
@ -21,4 +21,3 @@
|
|||
src: update-motd.d/06-service-user.j2
|
||||
dest: "/etc/update-motd.d/06-service-user"
|
||||
mode: 0755
|
||||
|
||||
|
|
Loading…
Reference in a new issue