You've already forked ansible-role-git
Compare commits
1 Commits
0.1.1
...
5fb4697760
Author | SHA1 | Date | |
---|---|---|---|
5fb4697760
|
@ -14,7 +14,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible/ansible-lint@v25.8.1
|
uses: ansible/ansible-lint@v25.4.0
|
||||||
with:
|
with:
|
||||||
args: "--config-file .ansible-lint"
|
args: "--config-file .ansible-lint"
|
||||||
setup_python: "true"
|
setup_python: "true"
|
||||||
|
@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.3.0
|
- uses: actions/checkout@v4.2.2
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||||
with:
|
with:
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# git-role
|
# git-role
|
||||||
|
|
||||||
|
[](https://drone.cryptic.systems/volker.raschek/git-role)
|
||||||
[](https://galaxy.ansible.com/volker_raschek/git)
|
[](https://galaxy.ansible.com/volker_raschek/git)
|
||||||
|
|
||||||
With following role can be git for users configured.
|
With following role can be git for users configured.
|
||||||
|
@ -1,24 +1,23 @@
|
|||||||
dependencies: []
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
|
namespace: volker_raschek
|
||||||
|
role_name: git
|
||||||
author: Markus Pesch
|
author: Markus Pesch
|
||||||
company: Cryptic Systems
|
|
||||||
description: Role to install and configure git for local users
|
description: Role to install and configure git for local users
|
||||||
galaxy_tags:
|
company: Cryptic Systems
|
||||||
- git
|
|
||||||
license: MIT
|
license: MIT
|
||||||
min_ansible_version: "2.5"
|
min_ansible_version: "2.5"
|
||||||
namespace: volker-raschek
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: ArchLinux
|
- name: "ArchLinux"
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: EL
|
- name: "Ubuntu"
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Fedora
|
- name: "EL"
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Ubuntu
|
|
||||||
versions:
|
galaxy_tags:
|
||||||
- all
|
- git
|
||||||
role_name: git
|
|
||||||
|
dependencies: []
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#jinja2: lstrip_blocks: true
|
#jinja2: lstrip_blocks: "True", trim_blocks: "True"
|
||||||
#
|
#
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user