mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 11:12:50 +08:00
Use raw instead of command
This commit is contained in:
committed by
Miroslav Suchý
parent
eb323d22eb
commit
7274ba06e9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user