Skip to content

Commit f24b232

Browse files
lloydchangCoordHealthhalifrieritushcmdPardaz Banu Mohammad
authored
docs: clarify Ansible usage
Co-authored-by: Haley Lifrieri <haleylifrieri@college.harvard.edu> Co-authored-by: Haley Lifrieri <halifrieri@gmail.com> Co-authored-by: Muturi David <muturidavid854@gmail.com> Co-authored-by: Pardaz Banu Mohammad <pardaz.banu786@gmail.com> Co-authored-by: Pardaz Banu Mohammad <pardazbanu1999@gmail.com> Co-authored-by: Toluwalope Olateru-Olagbeg <wole2003@gmail.com>
1 parent 61ba0ce commit f24b232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎codespaces_create_and_start_containers.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ set -x # Print each command before executing it (useful for debugging)
1313
# Step 1: Initialization
1414

1515
if [ ! -f hosts.ini ]; then
16-
echo "hosts.ini not found! Please ensure your playbook exists before running the script."
16+
echo "hosts.ini not found! Please ensure your Ansible inventory file exists before running the script."
1717
exit 1
1818
fi
1919

2020
if [ ! -f tasks.yaml ]; then
21-
echo "tasks.yaml not found! Please ensure your playbook exists before running the script."
21+
echo "tasks.yaml not found! Please ensure your Ansible playbook file exists before running the script."
2222
exit 1
2323
fi
2424

0 commit comments

Comments
 (0)