You've already forked ansible-role-git
Compare commits
9 Commits
f456dc8b6a
...
0.1.0
Author | SHA1 | Date | |
---|---|---|---|
30ee7b42f7
|
|||
b02d978e50
|
|||
0c95d352c9
|
|||
b8a3a3c992
|
|||
f458d64a0a | |||
8af5817235
|
|||
a428234c96
|
|||
bab2f1367b
|
|||
99866d63ea
|
@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v25.5.0
|
||||
uses: ansible/ansible-lint@v25.7.0
|
||||
with:
|
||||
args: "--config-file .ansible-lint"
|
||||
setup_python: "true"
|
||||
|
@ -1,6 +1,5 @@
|
||||
# git-role
|
||||
|
||||
[](https://drone.cryptic.systems/volker.raschek/git-role)
|
||||
[](https://galaxy.ansible.com/volker_raschek/git)
|
||||
|
||||
With following role can be git for users configured.
|
||||
|
@ -1,23 +1,24 @@
|
||||
dependencies: []
|
||||
galaxy_info:
|
||||
namespace: volker_raschek
|
||||
role_name: git
|
||||
author: Markus Pesch
|
||||
description: Role to install and configure git for local users
|
||||
company: Cryptic Systems
|
||||
license: MIT
|
||||
min_ansible_version: "2.5"
|
||||
platforms:
|
||||
- name: "ArchLinux"
|
||||
versions:
|
||||
- all
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- all
|
||||
- name: "EL"
|
||||
versions:
|
||||
- all
|
||||
|
||||
description: Role to install and configure git for local users
|
||||
galaxy_tags:
|
||||
- git
|
||||
|
||||
dependencies: []
|
||||
license: MIT
|
||||
min_ansible_version: "2.5"
|
||||
namespace: volker-raschek
|
||||
platforms:
|
||||
- name: ArchLinux
|
||||
versions:
|
||||
- all
|
||||
- name: EL
|
||||
versions:
|
||||
- all
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
role_name: git
|
||||
|
Reference in New Issue
Block a user