mirror of
https://github.com/oVirt/ovirt-ansible-image-template.git
synced 2026-02-05 15:45:29 +01:00
Add file to requirements (#62)
This commit is contained in:
@@ -28,6 +28,7 @@ Requirements
|
||||
* Python SDK version 4.3 or higher.
|
||||
* oVirt has to be 4.1 or higher and [ovirt-imageio] must be installed and running.
|
||||
* CA certificate of oVirt engine. The path to CA certificate must be specified in the `ovirt_ca` variable.
|
||||
* file
|
||||
|
||||
Limitations
|
||||
-----------
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
yum-utils
|
||||
ansible
|
||||
git
|
||||
file
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
yum-utils
|
||||
git
|
||||
ansible
|
||||
file
|
||||
|
||||
@@ -14,7 +14,7 @@ Group: Virtualization/Management
|
||||
BuildArch: noarch
|
||||
Url: http://www.ovirt.org
|
||||
|
||||
Requires: ansible >= 2.9.0
|
||||
Requires: ansible >= 2.9.0, file
|
||||
|
||||
%description
|
||||
This Ansible role provide funtionality to create virtual machine template from disk
|
||||
|
||||
Reference in New Issue
Block a user