[fix] role:mas-for-synapse

This commit is contained in:
roydfalk 2024-10-17 18:55:16 +02:00
parent bfd6d52796
commit 799e67ae3f
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
"name": "configuration | apply", "name": "configuration | apply",
"become": true, "become": true,
"ansible.builtin.command": { "ansible.builtin.command": {
"cmd": "/usr/bin/mas-conf-compose" "cmd": "/usr/local/bin/mas-conf-compose"
} }
}, },
{ {

View file

@ -49,7 +49,7 @@
"ansible.builtin.copy": { "ansible.builtin.copy": {
"src": "conf-compose.py", "src": "conf-compose.py",
"dest": "/usr/local/bin/mas-conf-compose", "dest": "/usr/local/bin/mas-conf-compose",
"mode": "0777" "mode": "0555"
} }
}, },
{ {