You've already forked ansible-awx-gitlab
5 lines
102 B
YAML
5 lines
102 B
YAML
---
|
|
- name: reconfigure gitlab
|
|
ansible.builtin.command: gitlab-ctl reconfigure
|
|
changed_when: true
|