Skip to content

Commit 32579e6

Browse files
author
Florian Jacquin
committed
fix doc
1 parent 7720450 commit 32579e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This collections of playbooks/HCL files will permits you to deploy easily micros
88
- Terraform >= 1.2.6
99
- oc >= 4.8
1010
- podman >= 4.1.1
11+
- libvirt >= 8.0.0
12+
- jq
1113

1214
```shell
1315
$ ansible-galaxy install -r requirements.yml
@@ -61,5 +63,5 @@ $ oc get po -A
6163
## Delete Microshift instance
6264

6365
```shell
64-
$ ansible-playbook deploy_microshift.yml -e tf_state=absent
66+
$ ansible-playbook deploy_microshift.yml -e tf_state=absent -e provider=<provider>
6567
```

0 commit comments

Comments
 (0)