diff --git a/Ansible/ansible_collections/jfrog/installers/roles/postgres/tasks/Debian.yml b/Ansible/ansible_collections/jfrog/installers/roles/postgres/tasks/Debian.yml index 611332e..04c9e91 100644 --- a/Ansible/ansible_collections/jfrog/installers/roles/postgres/tasks/Debian.yml +++ b/Ansible/ansible_collections/jfrog/installers/roles/postgres/tasks/Debian.yml @@ -4,12 +4,14 @@ name: python-psycopg2 update_cache: yes become: yes + ignore_errors: yes - name: install python3 psycopg2 apt: name: python3-psycopg2 update_cache: yes become: yes + ignore_errors: yes - name: add postgres apt key apt_key: