diff --git a/install_from_archive.yml b/install_from_archive.yml index 50c16f4b..3bba6eb0 100644 --- a/install_from_archive.yml +++ b/install_from_archive.yml @@ -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. diff --git a/install_from_github.yml b/install_from_github.yml index 411841d9..455597ce 100644 --- a/install_from_github.yml +++ b/install_from_github.yml @@ -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 . diff --git a/workstation_versions.yml b/versions.yml similarity index 100% rename from workstation_versions.yml rename to versions.yml diff --git a/workstation.yml b/workstation.yml index 1fae9b8a..ffaea227 100644 --- a/workstation.yml +++ b/workstation.yml @@ -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: