Release HUGO and scm-dev.sh additions. (#1)

* Create HUGO file.

* Add HUGO.

* Add script for running system against development branch.
This commit is contained in:
2021-07-13 06:47:31 -05:00
committed by GitHub
parent 1b5be7cebe
commit a62336f139
5 changed files with 48 additions and 4 deletions

View File

@ -6,7 +6,7 @@
user: ansible
name: "Ansible Sync"
minute: "*/15"
job: "sudo {{ ansible_pull_exec.stdout }} -o -U https://github.com/Hyperling/ansible.git"
job: "sudo {{ ansible_pull_exec.stdout }} -o -U https://github.com/Hyperling/ansible.git --checkout main"
state: present
disabled: no