Skip to content

Commit

Permalink
fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeaydem committed Feb 13, 2023
1 parent 8b46138 commit 212efd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/base_virt_ipi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
- "virt-resize --expand /dev/sda1 /var/lib/libvirt/images/centos8-kvm.qcow2 /var/lib/libvirt/images/ocp4-bastion.qcow2"
- "virt-customize -a /var/lib/libvirt/images/ocp4-bastion.qcow2 --uninstall cloud-init"
- "virt-customize -a /var/lib/libvirt/images/ocp4-bastion.qcow2 --root-password password:{{ ocp4_aio_root_password }}"
- "virt-customize -a /var/lib/libvirt/images/ocp4-bastion.qcow2 --update
- "virt-customize -a /var/lib/libvirt/images/ocp4-bastion.qcow2 --update"
- "virt-copy-in -a /var/lib/libvirt/images/ocp4-bastion.qcow2 /tmp/ifcfg-eth0 /etc/sysconfig/network-scripts"
- "virt-customize -a /var/lib/libvirt/images/ocp4-bastion.qcow2 --run-command \"mkdir -p /root/.ssh/ && chmod -R 0700 /root/.ssh/\""
- "virt-customize -a /var/lib/libvirt/images/ocp4-bastion.qcow2 --run-command \"restorecon -Rv /root/.ssh/\""
Expand Down
2 changes: 1 addition & 1 deletion tasks/base_virt_sno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
- "virt-resize --expand /dev/sda1 /var/lib/libvirt/images/centos8-kvm.qcow2 /var/lib/libvirt/images/ocp4-bastion.qcow2"
- "virt-customize -a /var/lib/libvirt/images/ocp4-bastion.qcow2 --uninstall cloud-init"
- "virt-customize -a /var/lib/libvirt/images/ocp4-bastion.qcow2 --root-password password:redhat"
- "virt-customize -a /var/lib/libvirt/images/ocp4-bastion.qcow2 --update
- "virt-customize -a /var/lib/libvirt/images/ocp4-bastion.qcow2 --update"
- "virt-copy-in -a /var/lib/libvirt/images/ocp4-bastion.qcow2 /tmp/ifcfg-eth0 /etc/sysconfig/network-scripts"
- "virt-customize -a /var/lib/libvirt/images/ocp4-bastion.qcow2 --run-command \"mkdir -p /root/.ssh/ && chmod -R 0700 /root/.ssh/\""
- "virt-customize -a /var/lib/libvirt/images/ocp4-bastion.qcow2 --run-command \"restorecon -Rv /root/.ssh/\""
Expand Down

0 comments on commit 212efd2

Please sign in to comment.