[fix] role:mas-for-synapse
This commit is contained in:
parent
bfd6d52796
commit
799e67ae3f
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue