diff --git a/.github/workflows/push-to-ansible-galaxy.yml b/.github/workflows/push-to-ansible-galaxy.yml new file mode 100644 index 0000000..1af6e8c --- /dev/null +++ b/.github/workflows/push-to-ansible-galaxy.yml @@ -0,0 +1,19 @@ + +--- +name: push-to-ansible-galaxy + +on: + push: + tags: + - "v*" + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: checkout + uses: actions/checkout@v2 + - name: galaxy + uses: robertdebock/galaxy-action@1.2.0 + with: + galaxy_api_key: ${{ secrets.galaxy_api_key }} \ No newline at end of file diff --git a/README.md b/README.md index 42cb585..93f7311 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ also as skeleton for future users created on this system. Requirements ------------ -Debian Wheezy/Jessie/Stretch/Buster with the package python-pycurl and python-software-properties installed. +Debian Bullseye / Bookworm with the package python-pycurl and python-software-properties installed. Also, you need bash for this to be of any use. Role Variables diff --git a/meta/main.yml b/meta/main.yml index 57434c6..649368c 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,6 +1,7 @@ --- galaxy_info: author: "Jasper N. Brouwer, Ramon de la Fuente" + role_name: bashrc description: Install a nice bash profile company: Future500 license: LGPL-3.0 @@ -8,10 +9,8 @@ galaxy_info: platforms: - name: Debian versions: - - wheezy - - jessie - - stretch - - buster + - bullseye + - bookworm galaxy_tags: - system dependencies: []