Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/tasks/install_and_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
public: true
when: __run_role | d(true) | bool

- name: Run postgresql role to set vars only
include_role:
name: linux-system-roles.postgresql
public: true
tasks_from: set_vars.yml
when: not __run_role | d(true) | bool

- name: Flush handlers
meta: flush_handlers

Expand Down
Loading