File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ passwd <USER_NAME>`` and enter a new password for the user.
1818 export USER_NAME=guest
1919 export USER_GECOS=" Guest Account"
2020 export USER_EMAIL=guest@morningrouti.ne
21- curl -sL https://raw.githubusercontent.com/keisrk/morning_routine/master /bootstrap.sh | sh
21+ curl -sL https://raw.githubusercontent.com/keisrk/morning_routine/main /bootstrap.sh | sh
Original file line number Diff line number Diff line change 88# /path/to/bootstrap.sh".
99
1010# For development, specify a branch to checkout by setting ANSIBLE_BRANCH. By
11- # default it checks out master branch.
11+ # default it checks out main branch.
1212
1313set -e
1414
@@ -26,7 +26,7 @@ LATEST_ANSIBLE_VERSION="2.9" # Latest version shown in the Ansible documentation
2626BOOT_PLAYBOOK=" $( mktemp -t bootstrap_XXXXXXXXXX.yml) "
2727MAIN_PLAYBOOK=${ANSIBLE_MAIN:- main.yml}
2828MAIN_PLAYBOOK_REPO=" https://github.com/keisrk/morning_routine"
29- MAIN_PLAYBOOK_BRANCH=${ANSIBLE_BRANCH:- master }
29+ MAIN_PLAYBOOK_BRANCH=${ANSIBLE_BRANCH:- main }
3030# Fix the ansible working directory
3131ANSIBLE_LOCAL_TEMP=/tmp/.ansible/tmp
3232ANSIBLE_REMOTE_TEMP=/tmp/.ansible/tmp
You can’t perform that action at this time.
0 commit comments