Fix btrfs directory

This commit is contained in:
LinuxSquare 2024-06-27 20:26:38 +02:00
parent c3f2558da5
commit 5f924e32ff

View file

@ -17,6 +17,7 @@
owner: root owner: root
group: root group: root
mode: '0755' mode: '0755'
state: directory
- name: Get ROOT_UUID - name: Get ROOT_UUID
shell: | shell: |
lsblk -o LABEL,UUID | grep ROOT | awk '{print $2}' lsblk -o LABEL,UUID | grep ROOT | awk '{print $2}'