WIP: Rolle | MAS #2

Draft
roydfalk wants to merge 22 commits from dev-mas into main
Showing only changes of commit bfd6d52796 - Show all commits

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