WIP: Rolle | MAS #2

Draft
roydfalk wants to merge 22 commits from dev-mas into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 799e67ae3f - Show all commits

View file

@ -11,7 +11,7 @@
"name": "configuration | apply", "name": "configuration | apply",
"become": true, "become": true,
"ansible.builtin.command": { "ansible.builtin.command": {
"cmd": "/usr/bin/mas-conf-compose" "cmd": "/usr/local/bin/mas-conf-compose"
} }
}, },
{ {

View file

@ -49,7 +49,7 @@
"ansible.builtin.copy": { "ansible.builtin.copy": {
"src": "conf-compose.py", "src": "conf-compose.py",
"dest": "/usr/local/bin/mas-conf-compose", "dest": "/usr/local/bin/mas-conf-compose",
"mode": "0777" "mode": "0555"
} }
}, },
{ {