Skip to content

Commit

Permalink
add workflow to push role to ansible galaxy (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xat59 authored Aug 29, 2022
1 parent bd775b9 commit a2993b7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 74 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ansible-galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Ansible Galaxy

on:
- push

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- name: galaxy
uses: robertdebock/galaxy-action@1.2.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
33 changes: 0 additions & 33 deletions .travis.yml

This file was deleted.

20 changes: 0 additions & 20 deletions molecule/default/converge.yml

This file was deleted.

21 changes: 0 additions & 21 deletions molecule/default/molecule.yml

This file was deleted.

0 comments on commit a2993b7

Please sign in to comment.