„chromium.yml“ ändern
This commit is contained in:
parent
03a67b2b5a
commit
94edc117fc
@ -9,7 +9,7 @@
|
||||
|
||||
- name: Create a directory if it does not exist
|
||||
ansible.builtin.file:
|
||||
path: {{ item }}
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
with_items:
|
||||
|
Loading…
Reference in New Issue
Block a user