removed useless apt retries

master
Virgile Retault 2 years ago
parent 3e6d4199b5
commit f774bc0964

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

Loading…
Cancel
Save