chore: create /srv dir
This commit is contained in:
parent
e50e451b1b
commit
c49042f108
1 changed files with 5 additions and 1 deletions
|
@ -57,4 +57,8 @@
|
|||
state: started
|
||||
enabled: true
|
||||
|
||||
|
||||
- name: Add /srv dir
|
||||
ansible.builtin.file:
|
||||
path: /src
|
||||
state: directory
|
||||
mode: '0644'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue