]> arthur.barton.de Git - ansible-collection-boilerplate.git/commit
nsible-boilerplate: Try to get the "upgrade" logic right
authorAlexander Barton <alex@barton.de>
Sun, 2 Jul 2023 19:14:14 +0000 (21:14 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 2 Jul 2023 19:14:14 +0000 (21:14 +0200)
commit9454f21a60215d9f6d01eb150bba8654088fb5b5
treed3360d972a22a5f2f0d7c224faf48f808cb52f0d
parent3a17a2f0a2be50fd7fc240cb1de8d9a013a5e697
nsible-boilerplate: Try to get the "upgrade" logic right

Don't try to install the Python package "ansible" and the Ansible
collection "alexbarton.boilerplate" first, depend on the Python
requirements.txt and Ansible Galaxy requirements.yml files for this.

This enables the user to specify the sources (and versions) that are
required for the specific project (and no longer requires the environment
variable BOILERPLATE_COLLECTION_SRC to be set, for example).
bin/ansible-boilerplate