Skip to content

install ansible as well? we'll see if that fixes it (#229) #22

install ansible as well? we'll see if that fixes it (#229)

install ansible as well? we'll see if that fixes it (#229) #22

Workflow file for this run

---
name: Galaxy Publish
on:
push:
tags:
- '*'
defaults:
run:
working-directory: 'osc.open_ondemand'
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
with:
path: 'osc.open_ondemand'
- name: Set up Python 3.
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Ansible.
run: pip3 install ansible ansible-base
- name: Trigger a new import on Galaxy.
run: ansible-galaxy role import --api-key ${{ secrets.OSC_ROBOT_GALAXY_TOKEN }} OSC ood-ansible