Standardize string quotes in yaml

This commit is contained in:
Jake Howard
2020-03-25 21:27:15 +00:00
parent 35bd63d12b
commit 1afc28ec17
38 changed files with 102 additions and 98 deletions

View File

@ -1,6 +1,6 @@
- name: Install docker-compose
apt:
name: "docker-compose"
name: docker-compose
become: true
- name: Create docker user
@ -14,7 +14,7 @@
cron:
name: clean up docker containers
special_time: weekly
job: "docker system prune"
job: docker system prune
- name: Install util scripts
copy: