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

15 lines
325 B
YAML
Raw Normal View History

2020-02-04 08:49:58 -06:00
---
################################
################################
## GitHub Enterprise Handlers ##
################################
################################
####################
# GHE config apply #
####################
- name: GHE Config Apply
2022-03-24 15:26:33 +01:00
ansible.builtin.command: ghe-config-apply
2020-02-04 08:49:58 -06:00
poll: 0
async: 300