Skip to content

Commit

Permalink
add tag "install_packages" for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Dec 15, 2022
1 parent 883054e commit af1dc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/packages/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
loop: "{{ postgresql_packages }}"
environment: "{{ proxy_env | default({}) }}"
when: ansible_os_family == "RedHat" and installation_method == "repo"
tags: install_postgres
tags: install_packages, install_postgres

# Debian
- name: Install PostgreSQL packages
Expand All @@ -115,6 +115,6 @@
loop: "{{ postgresql_packages }}"
environment: "{{ proxy_env | default({}) }}"
when: ansible_os_family == "Debian" and installation_method == "repo"
tags: install_postgres
tags: install_packages, install_postgres

...

0 comments on commit af1dc80

Please sign in to comment.