Standardize string quotes in yaml
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
- name: Create foh directory
|
||||
file:
|
||||
path: '/opt/foh'
|
||||
path: /opt/foh
|
||||
state: directory
|
||||
owner: "{{ docker_user.name }}"
|
||||
mode: "{{ docker_compose_directory_mask }}"
|
||||
@ -12,7 +12,7 @@
|
||||
- name: Install foh compose file
|
||||
template:
|
||||
src: files/folding-at-home/docker-compose.yml
|
||||
dest: "/opt/foh/docker-compose.yml"
|
||||
dest: /opt/foh/docker-compose.yml
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
||||
validate: /usr/bin/docker-compose -f %s config
|
||||
|
Reference in New Issue
Block a user