This lab will use VSCode as the Integrated Development Environment (IDE) to develop the Ansible Playbooks and run GIT commands.
Note:
VSCode has already been installed on your student laptop.
VSCode should already be open on your student labtop. Check to make sure a terminal is open and connected to a Ubuntu VM where you will do most of your development. This Ubuntu VM is your DEV server.
If it is not connected, please notifiy the lab instructor
cd /home/cisco/CiscoLive/DEVWKS-3928
You should already be in the local stage branch. If not use the command below to checkout and reset to the stage branch:
git checkout -B stage
Reset branch 'stage'