fix create.sh

This commit is contained in:
Chris Hammer 2022-09-21 21:29:27 -04:00
parent cff95367ac
commit 800efa569a

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
ansible-playbook pve.yml --limit nvme_lab ansible-playbook pve.yml
read -p 'Has pve.yml completed successfully? (y/n) ' pve_complete read -p 'Has pve.yml completed successfully? (y/n) ' pve_complete
if [ $pve_complete = 'y' ] if [ $pve_complete = 'y' ]