removed useless apt retries

This commit is contained in:
Virgile Retault 2022-07-22 10:16:20 +02:00
parent 3e6d4199b5
commit f774bc0964

View file

@ -11,9 +11,6 @@
- python3-psycopg2
- libpq5
state: latest
register: apt_result
retries: 3
until: apt_result is succeeded
- name: Enable and start PostgreSQL
systemd: