actually change the directive to dnf instead of copy-pasting
This commit is contained in:
parent
f19c5ff77d
commit
f872d71b3f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue