library/roles/postgresql_extensions/tasks/main.yml: Add the pg_db tag to the extensions task.

This commit is contained in:
Andrea Dell'Amico 2017-04-05 19:02:06 +02:00
parent 5c30b79437
commit 42208fcfb0
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@
- '{{ psql_db_data | default([]) }}'
- extensions
ignore_errors: True
tags: [ 'postgresql', 'postgres', 'pg_extensions' ]
tags: [ 'postgresql', 'postgres', 'pg_extensions', 'pg_db' ]