Compare commits
17
Commits
0.2.2
..
55ba89a41b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
55ba89a41b
|
||
|
|
c7a8e3c5ab | ||
|
|
3afee5bce7
|
||
|
|
73adc91eb3 | ||
|
|
cc6c1b1189
|
||
|
|
151bb67e3d | ||
|
|
b1e7bc5993
|
||
|
|
f34d963618 | ||
|
|
14325d5f4a
|
||
|
|
f322c8078a | ||
|
|
a2bf5cac96
|
||
|
|
2a514a3588 | ||
|
|
c64e2b85b2
|
||
|
|
b14f3ee512
|
||
|
|
a4b28d441b
|
||
|
|
1ec88f37fb
|
||
|
|
09c4173eaf
|
@@ -12,9 +12,9 @@ jobs:
|
|||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.1
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible/ansible-lint@v25.12.2
|
uses: ansible/ansible-lint@5fac056c45595896c973fbde871f01f6cb14d74c # v26.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@v6.0.1
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0
|
- uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
|
||||||
with:
|
with:
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
|||||||
@@ -1,12 +1,14 @@
|
|||||||
name: Release to Ansible Galaxy
|
name: Release Ansible Role
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '**'
|
- '**'
|
||||||
|
workflow_dispatch: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
name: Release Ansible Role
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Ansible Galaxy
|
- name: Install Ansible Galaxy
|
||||||
@@ -15,6 +17,6 @@ jobs:
|
|||||||
apt install --yes ansible
|
apt install --yes ansible
|
||||||
- env:
|
- env:
|
||||||
ANSIBLE_GALAXY_TOKEN: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
|
ANSIBLE_GALAXY_TOKEN: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
|
||||||
name: Update Ansible Galaxy
|
name: Update Ansible Role in Ansible Galaxy
|
||||||
run: |
|
run: |
|
||||||
ansible-galaxy role import --token=${ANSIBLE_GALAXY_TOKEN} volker-raschek ansible-role-unix-users
|
ansible-galaxy role import --token=${ANSIBLE_GALAXY_TOKEN} volker-raschek ${GITHUB_REPOSITORY#*/}
|
||||||
Reference in New Issue
Block a user