[fix] role:espe_frontend
This commit is contained in:
parent
858ca0090f
commit
db4bc4b62e
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,14 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "directory",
|
||||||
|
"become": true,
|
||||||
|
"ansible.builtin.file": {
|
||||||
|
"state": "directory",
|
||||||
|
"owner": "{{var_espe_frontend_user}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "program | fetch",
|
"name": "program | fetch",
|
||||||
"ansible.builtin.git": {
|
"ansible.builtin.git": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue