„chromium.yml“ ändern

This commit is contained in:
olli 2022-07-14 11:54:22 +02:00
parent 03a67b2b5a
commit 94edc117fc

View File

@ -9,7 +9,7 @@
- name: Create a directory if it does not exist - name: Create a directory if it does not exist
ansible.builtin.file: ansible.builtin.file:
path: {{ item }} path: "{{ item }}"
state: directory state: directory
mode: '0755' mode: '0755'
with_items: with_items: