superlint/.automation/test/ansible/roles/ghe_initialize/handlers/main.yml
2022-03-24 09:26:33 -05: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