Hyperling
cdfb257b21
* Add TODO. * Add note. * Fix hang from NFS sometimes not being up. * Remove noauto so that `mount -a` works. * Allow Arch to use BASH. * Add programs needed for playbook but missing from Arch Base. * Explicit rename of old install since Github connection is unreliable. Call executable from current directory after chdir. * Ensure shells are set up correctly on Arch. * Begin explicitly using microcode packages on dev machines. * Fix _ typos to -. * Add Delta Chat. * Fix equals typo and allow command to fail. * Delta Chat Desktop works great, add it to Favorites. * Add Element. * Add Element. * Change spot for Element. * Add new file(s) to call in-development project. * Remove extra comma. * Change FreeBSD update checker to weekly. * Use Github again for pulling updates.
12 lines
276 B
YAML
12 lines
276 B
YAML
---
|
|
# Cron jobs specific to FreeBSD
|
|
|
|
- name: General | Cron | Ansible | FreeBSD | Enable Security Update
|
|
cron:
|
|
user: ansible
|
|
name: "Security Update"
|
|
special_time: weekly
|
|
job: "sudo freebsd-update cron -t me@hyperling.com"
|
|
state: present
|
|
disabled: no
|