superlint/.automation/test/ansible/roles/ghe_initialize/handlers/main.yml

15 lines
325 B
YAML
Raw Normal View History

2020-02-04 09:49:58 -05:00
---
################################
################################
## GitHub Enterprise Handlers ##
################################
################################
####################
# GHE config apply #
####################
- name: ghe config apply
2022-03-24 10:26:33 -04:00
ansible.builtin.command: ghe-config-apply
2020-02-04 09:49:58 -05:00
poll: 0
async: 300