Skip to content

Commit 89be35a

Browse files
committed
Fix file name, fix documentation
1 parent da12c04 commit 89be35a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playbooks/deploy-ocp-operators.yaml playbooks/deploy-ocp-operators.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# - Ensure all required variables are defined in the inventory or host_vars/group_vars.
2626
# - Execute the playbook using Ansible's command-line tool:
2727
#
28-
# ansible-playbook ./playbooks/deploy-ocp-operators.yaml -i ./inventories/ocp-deployment/deploy-ocp-hybrid-multinode.yml \
28+
# ansible-playbook ./playbooks/deploy-ocp-operators.yaml -i ./inventories/ocp-deployment/deploy-ocp-operators.yml \
2929
# --extra-vars 'kubeconfig="/path/to/kubeconfig" \
3030
# version="4.16" operators=[
3131
# {"name":"sriov-network-operator","catalog":"redhat-operators","nsname":"openshift-sriov-network-operator","deploy_default_config":"true"},\

playbooks/infra/deploy-vm-bastion-libvirt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
## Usage:
2828
# - Ensure all required variables are defined in the inventory or host_vars/group_vars.
2929
# - Execute the playbook using Ansible's command-line tool:
30-
# ansible-playbook playbooks/infra/deploy-vm-bastion-libvirt.yml -i ./inventories/infra/deploy-bm-hypervisor.yml
30+
# ansible-playbook playbooks/infra/deploy-vm-bastion-libvirt.yml -i ./inventories/infra/deploy-vm-bastion-libvirt.yml
3131
#
3232

3333
## Variables Used by Playbook

0 commit comments

Comments
 (0)