Skip to content

Commit

Permalink
Merge pull request #5 from nathanmusser/avd-4.8.0
Browse files Browse the repository at this point in the history
updated to avd 4.8.0
  • Loading branch information
nathanmusser authored May 24, 2024
2 parents f2f8f63 + b2b3be0 commit 60674f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions avd-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# ARG_OPTIONAL_SINGLE([installdir],[d],[The path to install avd into],[./avd])
# ARG_OPTIONAL_SINGLE([venv],[e],[The venv name to use],[venv_avd])
# ARG_OPTIONAL_SINGLE([ansibleversion],[],[The ansible version to install, be careful changing this],[2.16.7])
# ARG_OPTIONAL_SINGLE([avdversion],[],[The avd version to install, be careful changing this],[4.7.1])
# ARG_OPTIONAL_SINGLE([avdversion],[],[The avd version to install, be careful changing this],[4.8.0])
# ARG_OPTIONAL_BOOLEAN([avdexamples],[],[Copy AVD examples into the installdir])
# ARG_OPTIONAL_BOOLEAN([runavdexample],[],[Run AVD example after installing, requires --avdexamples])
# ARG_OPTIONAL_BOOLEAN([verbose],[v],[Print verbose output])
Expand Down Expand Up @@ -41,7 +41,7 @@ _arg_pythonpath=
_arg_installdir="./avd"
_arg_venv="venv_avd"
_arg_ansibleversion="2.16.7"
_arg_avdversion="4.7.1"
_arg_avdversion="4.8.0"
_arg_avdexamples="off"
_arg_runavdexample="off"
_arg_verbose="off"
Expand All @@ -56,7 +56,7 @@ print_help()
printf '\t%s\n' "-d, --installdir: The path to install avd into (default: './avd')"
printf '\t%s\n' "-e, --venv: The venv name to use (default: 'venv_avd')"
printf '\t%s\n' "--ansibleversion: The ansible version to install, be careful changing this (default: '2.16.7')"
printf '\t%s\n' "--avdversion: The avd version to install, be careful changing this (default: '4.7.1')"
printf '\t%s\n' "--avdversion: The avd version to install, be careful changing this (default: '4.8.0')"
printf '\t%s\n' "--avdexamples, --no-avdexamples: Copy AVD examples into the installdir (off by default)"
printf '\t%s\n' "--runavdexample, --no-runavdexample: Run AVD example after installing, requires --avdexamples (off by default)"
printf '\t%s\n' "-v, --verbose, --no-verbose: Print verbose output (off by default)"
Expand Down
2 changes: 1 addition & 1 deletion avd-bootstrap.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# ARG_OPTIONAL_SINGLE([installdir], [d], [The path to install avd into], [./avd])
# ARG_OPTIONAL_SINGLE([venv], [e], [The venv name to use], [venv_avd])
# ARG_OPTIONAL_SINGLE([ansibleversion], , [The ansible version to install, be careful changing this], [2.16.7])
# ARG_OPTIONAL_SINGLE([avdversion], , [The avd version to install, be careful changing this], [4.7.1])
# ARG_OPTIONAL_SINGLE([avdversion], , [The avd version to install, be careful changing this], [4.8.0])
# ARG_OPTIONAL_BOOLEAN([avdexamples],, [Copy AVD examples into the installdir])
# ARG_OPTIONAL_BOOLEAN([runavdexample],, [Run AVD example after installing, requires --avdexamples])
# ARG_OPTIONAL_BOOLEAN([verbose], [v], [Print verbose output])
Expand Down

0 comments on commit 60674f4

Please # to comment.