fix delegation
This commit is contained in:
parent
7a9c94b4e2
commit
1ca12fc5af
@ -47,5 +47,5 @@
|
||||
state: "{{ droneci_postgres_user.state | default('present') }}"
|
||||
no_log: True
|
||||
when: droneci_postgres_user is defined
|
||||
delegate_to: "{{ droneci_postgres_server | urlsplit('port') }}"
|
||||
delegate_to: "{{ droneci_postgres_server | urlsplit('hostname') }}"
|
||||
when: droneci_postgres_enabled
|
||||
|
Loading…
Reference in New Issue
Block a user