removed useless apt retries
This commit is contained in:
parent
3e6d4199b5
commit
f774bc0964
1 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue