You've already forked ansible-role-bind9
fix(ci): use dynamic github repository name
This commit is contained in:
@@ -18,4 +18,4 @@ jobs:
|
|||||||
ANSIBLE_GALAXY_TOKEN: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
|
ANSIBLE_GALAXY_TOKEN: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
|
||||||
name: Update Ansible Role in 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