Add run_once to all the tasks.
This commit is contained in:
parent
c056c76090
commit
44a95ac8bf
|
@ -35,4 +35,5 @@
|
|||
|
||||
delegate_to: "{{ item.db_host }}"
|
||||
when: item.db_host is defined
|
||||
run_once: True
|
||||
tags: [ 'postgresql', 'postgres', 'pg_hba', 'pg_conf', 'pg_db' ]
|
||||
|
|
|
@ -11,5 +11,6 @@
|
|||
|
||||
delegate_to: "{{ item.0.db_host }}"
|
||||
when: item.0.db_host is defined
|
||||
run_once: True
|
||||
tags: [ 'postgresql', 'postgres', 'pg_extensions', 'pg_db' ]
|
||||
|
||||
|
|
|
@ -11,4 +11,5 @@
|
|||
|
||||
delegate_to: "{{ item.0.db_host }}"
|
||||
when: item.0.db_host is defined
|
||||
run_once: True
|
||||
tags: [ 'postgresql', 'postgres', 'pg_db', 'pg_schema' ]
|
||||
|
|
|
@ -32,4 +32,5 @@
|
|||
|
||||
delegate_to: "{{ item.db_host }}"
|
||||
when: item.db_host is defined
|
||||
run_once: True
|
||||
tags: [ 'postgresql', 'postgres', 'pg_db', 'pg_user' ]
|
||||
|
|
Loading…
Reference in New Issue