Fix true values being yes

This commit is contained in:
Alexandre Iooss 2019-05-03 22:50:48 +02:00
parent 81ca7a177d
commit 41eb131e69
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
5 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@
vars_prompt:
- name: "password"
prompt: "Enter LDAP password for your user"
private: yes
private: true
roles:
- proxmox-vm

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -21,4 +21,3 @@
src: update-motd.d/06-service-user.j2
dest: "/etc/update-motd.d/06-service-user"
mode: 0755