You've already forked ansible-role-unix-users
docs(ci): get steps a dedicated name
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Release to Ansible Galaxy
|
name: Release Ansible Role
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -7,6 +7,7 @@ on:
|
|||||||
|
|
||||||
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 +16,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 ansible-role-unix-users
|
||||||
Reference in New Issue
Block a user