Add script for running system against development branch.

This commit is contained in:
2021-07-13 06:38:56 -05:00
parent ef68b36bc1
commit 038f69393d
2 changed files with 21 additions and 2 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