Skip to content

Commit

Permalink
refactor: move workstation_versions.yml to versions.yml
Browse files Browse the repository at this point in the history
Resolves #260
  • Loading branch information
smoyer64 committed May 8, 2022
1 parent cccd1ca commit 031d20c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions install_from_archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# title: The application's formal name.
#
# version: This value indicates what version should be downloaded
# and is generally set in the "workstation_versions.yml"
# file and copied within the task's vars file.
# and is generally set in the "versions.yml" file and
# copied within the task's vars file.
#
# url: The URL where the application's installation archive can
# be downloaded.
Expand Down
6 changes: 3 additions & 3 deletions install_from_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
# install_from_archive.yml.
#
# version: This value indicates what version should be downloaded
# and is generally set in the "workstation_versions.yml"
# file and copied within the task's vars file. Inherited
# from install_from_archive.yml.
# and is generally set in the "versions.yml" file and
# copied within the task's vars file. Inherited from
# install_from_archive.yml.
#
# project: This value should be the Github path to the project in
# the form <organization/project>.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion workstation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
remote_user: ansible
become: yes
vars_files:
- workstation_versions.yml
- versions.yml
roles: # The Alpine roles must remain first in the role list
- role: "alpine/common"
tags:
Expand Down

0 comments on commit 031d20c

Please sign in to comment.