diff --git a/Ansible/ansible_collections/jfrog/platform/roles/postgres/tasks/install.yml b/Ansible/ansible_collections/jfrog/platform/roles/postgres/tasks/install.yml index e6b9700b..9ab5d2d3 100644 --- a/Ansible/ansible_collections/jfrog/platform/roles/postgres/tasks/install.yml +++ b/Ansible/ansible_collections/jfrog/platform/roles/postgres/tasks/install.yml @@ -7,6 +7,7 @@ loop_control: loop_var: curr_user when: curr_user.enabled | bool + no_log: true # secret passwords - name: Define OS-specific variables ansible.builtin.include_vars: "{{ ansible_os_family }}.yml"