Skip to content

Releases: robertdebock/ansible-role-git

Refresh

25 Feb 19:23
Compare
Choose a tag to compare

Documentation and test updates.

Archlinux started to fail

09 Feb 21:09
Compare
Choose a tag to compare

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.

05 Feb 19:09
Compare
Choose a tag to compare

There is not a general force option, as well as per-repository.

Force

05 Feb 17:41
Compare
Choose a tag to compare

Repository clone can now be forced.

Allow no-user

03 Feb 20:11
Compare
Choose a tag to compare

Also allow this role to be called without user settings.

Directory

26 Jan 05:40
Compare
Choose a tag to compare

Missed the directory to drop the repositories.

git_repositories

21 Jan 07:05
Compare
Choose a tag to compare

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

16 Jan 11:04
Compare
Choose a tag to compare

Check if a user exists before cloning

Clone!

11 Jan 12:19
Compare
Choose a tag to compare

This role can now clone git repositories using variables.

Notification

05 Jan 16:25
Compare
Choose a tag to compare

Enabled.