[fix] role:mas
This commit is contained in:
parent
56e3b294e5
commit
bfd6d52796
1 changed files with 3 additions and 4 deletions
|
@ -48,9 +48,8 @@
|
||||||
"become": true,
|
"become": true,
|
||||||
"ansible.builtin.copy": {
|
"ansible.builtin.copy": {
|
||||||
"src": "conf-compose.py",
|
"src": "conf-compose.py",
|
||||||
"dest": "{{var_mas_directory}}/scripts/conf-compose",
|
"dest": "/usr/local/bin/mas-conf-compose",
|
||||||
"owner": "{{var_mas_user}}",
|
"mode": "0777"
|
||||||
"mode": "0700"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -66,7 +65,7 @@
|
||||||
"name": "configuration | apply",
|
"name": "configuration | apply",
|
||||||
"become": true,
|
"become": true,
|
||||||
"ansible.builtin.command": {
|
"ansible.builtin.command": {
|
||||||
"cmd": "{{var_mas_directory}}/scripts/conf-compose"
|
"cmd": "/usr/local/bin/mas-conf-compose"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue