Ok, finally fixed it for good

This commit is contained in:
Ubergeek 2019-04-04 01:55:01 +00:00
parent d65faae958
commit 578fc43d2a
1 changed files with 2 additions and 2 deletions

View File

@ -88,9 +88,9 @@ case $1 in
echo "- include: users/$YAML_FILE" >> $REPO_LOCATION/roles/shell/tasks/users.yml
place=`pwd`
cd $REPO_LOCATION
git add $REPO_LOCATION/roles/shell/tasks/users.yml
git add $REPO_LOCATION/roles/shell/tasks/users/$1.yml
git commit -am "Adding user $1"
# git push
git push
cd $place
# End Thunix specific section
;;