superlint/test/linters/ansible/roles/ghe_initialize/handlers/main.yml
Marco Ferrari e6cf8d3845
Move tests to the test directory (#4985)
* Move tests to the test directory

* Fix linting errors

* Add states back

* Add xml back
2023-12-15 08:50:35 +00: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