actually change the directive to dnf instead of copy-pasting

This commit is contained in:
Tim Flink 2016-08-10 12:41:55 +00:00
parent f19c5ff77d
commit f872d71b3f

View file

@ -15,7 +15,7 @@
- postgresql
- name: install postgresql server packages (dnf)
yum: name={{ item }} state=present
dnf: name={{ item }} state=present
with_items:
- postgresql-server
- postgresql-contrib