Skip to content

Commit 5b0ed77

Browse files
committed
Fix examples and documentation
Fix role name in examples and make sure we use the term 'conversion' instead of 'transformation' everywhere for consistency. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
1 parent 828c9fd commit 5b0ed77

4 files changed

+5
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# V2V - Transformation Host - Ansible
2-
This repository contains Ansible artefacts used for V2V Transformation Host
1+
# V2V - Conversion Host - Ansible
2+
This repository contains Ansible artefacts used for V2V Conversion Host
33

44
## Example inventory
55

examples/transformation_host_check.yml examples/conversion_host_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
- name: Check conversion host role
33
hosts: all
44
roles:
5-
- role: v2v.conversion-host
5+
- role: oVirt.v2v-conversion-host
66
role_action: check

examples/transformation_host_disable.yml examples/conversion_host_disable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
- name: Disable conversion host role
33
hosts: all
44
roles:
5-
- role: v2v.conversion-host
5+
- role: oVirt.v2v-conversion-host
66
role_action: uninstall

examples/transformation_host_enable.yml examples/conversion_host_enable.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
- name: Enable conversion host role
33
hosts: all
44
roles:
5-
- role: v2v.conversion-host
5+
- role: oVirt.v2v-conversion-host
66
role_action: install
7-

0 commit comments

Comments
 (0)