[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,
|
||||
"ansible.builtin.copy": {
|
||||
"src": "conf-compose.py",
|
||||
"dest": "{{var_mas_directory}}/scripts/conf-compose",
|
||||
"owner": "{{var_mas_user}}",
|
||||
"mode": "0700"
|
||||
"dest": "/usr/local/bin/mas-conf-compose",
|
||||
"mode": "0777"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -66,7 +65,7 @@
|
|||
"name": "configuration | apply",
|
||||
"become": true,
|
||||
"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