Correct dnf module syntax
This commit is contained in:
parent
f0298d56c6
commit
6c0fbc51d1
@ -6,7 +6,8 @@
|
||||
tasks:
|
||||
- name: Add extra required packages
|
||||
dnf:
|
||||
- name: rpmdevtools
|
||||
name: rpmdevtools
|
||||
state: latest
|
||||
- name: Install the test files
|
||||
copy: src={{ item.file }} dest=/usr/local/bin/{{ item.dest }} mode=0755
|
||||
with_items:
|
||||
|
Loading…
Reference in New Issue
Block a user