copr-be*aws: postgresql can (must) be started

This commit is contained in:
Pavel Raiskup 2020-02-20 16:24:39 +01:00 committed by Pierre-Yves Chibon
parent e1a15ca48a
commit 3052f2a585

View file

@ -20,7 +20,6 @@
- name: enable PostgreSQL service
service: state=started enabled=yes name=postgresql
when: not services_disabled|bool
- name: Create PG user
postgresql_user: name="resalloc"