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