[fix] role:mas

This commit is contained in:
roydfalk 2024-10-17 18:52:51 +02:00
parent 56e3b294e5
commit bfd6d52796

View file

@ -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"
} }
}, },
{ {