Releases: robertdebock/ansible-role-git
Releases · robertdebock/ansible-role-git
Refresh
Documentation and test updates.
Archlinux started to fail
Archlinux changed it's Docker image name from base/archlinux
to archlinux/base
.
This release uses the new image name to test the role.
Default force.
There is not a general force
option, as well as per-repository.
Force
Repository clone can now be forced.
Allow no-user
Also allow this role to be called without user settings.
Directory
Missed the directory to drop the repositories.
git_repositories
This variable now requires dest
and name
has been renamed to repo
, like so:
git_repositories:
- repo: https://github.com/robertdebock/ansible-role-bootstrap.git
dest: bootstrap
version: 2.2.4
Check user
Check if a user exists before cloning
Clone!
This role can now clone git repositories using variables.
Notification
Enabled.