d
This commit is contained in:
parent
eab0bcd206
commit
85e13d9369
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
--synchronize-users
|
--synchronize-users
|
||||||
register: configured
|
register: configured
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
become_user: gitea
|
||||||
|
|
||||||
- name: debug
|
- name: debug
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
|
@ -28,5 +29,6 @@
|
||||||
- name: Modify LDAP config
|
- name: Modify LDAP config
|
||||||
ansible.builtin.command: cat /etc/motd
|
ansible.builtin.command: cat /etc/motd
|
||||||
when: not configured.changed or configured
|
when: not configured.changed or configured
|
||||||
|
become_user: gitea
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue