superlint/.automation/test/ansible/roles/ghe_initialize/handlers/main.yml
Brett Logan 751e5c5444 Update ansible test
Signed-off-by: Brett Logan <lindluni@github.com>
2023-04-10 14:51:50 -04:00

14 lines
325 B
YAML

---
################################
################################
## GitHub Enterprise Handlers ##
################################
################################
####################
# GHE config apply #
####################
- name: GHE Config Apply
ansible.builtin.command: ghe-config-apply
poll: 0
async: 300