chore: normalize quote style in playbooks

Standardize single quotes to double quotes for consistency.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-15 22:53:50 -04:00
parent 565b7889d8
commit e67ceeab7e
4 changed files with 8 additions and 8 deletions

View File

@@ -171,7 +171,7 @@
ansible.builtin.file:
path: /root/data
state: directory
mode: '0777'
mode: "0777"
- name: Run image.
community.docker.docker_container: