Fox quote. VS Code is annoying sometimes.

This commit is contained in:
Hyperling 2021-02-07 07:28:48 -06:00
parent ebe579a205
commit f6754f616c

View File

@ -32,7 +32,7 @@
- name: General | Cron | Ansible | Enable Secure Copy Reports
cron:
user: ansible
name: "{{ item.name }}""
name: "{{ item.name }}"
minute: "05,20,35,50"
job: "sudo scp {{ item.src }} {{ item.dest }}"
state: present