Use raw instead of command

This commit is contained in:
Jakub Kadlčík
2017-01-24 05:02:43 +01:00
committed by Miroslav Suchý
parent eb323d22eb
commit 7274ba06e9

View File

@@ -2,7 +2,7 @@
# @TODO need to have comment here, to explain why not to use dnf module
- name: Install python and deps for ansible modules
command: dnf install -y python2 python2-dnf libselinux-python
raw: dnf install --refresh -y python2 python2-dnf libselinux-python
- name: Enable copr repo