Skip to content

Commit 61fc354

Browse files
committed
update the galaxy role info + push to galaxy
1 parent ab2ee52 commit 61fc354

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
---
3+
name: push-to-ansible-galaxy
4+
5+
on:
6+
push:
7+
tags:
8+
- "v*"
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: checkout
15+
uses: actions/checkout@v2
16+
- name: galaxy
17+
uses: robertdebock/galaxy-action@1.2.0
18+
with:
19+
galaxy_api_key: ${{ secrets.galaxy_api_key }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Install Vim, set vimrc and use update-alternatives to add vim
66
Requirements
77
------------
88

9-
Debian Wheezy/Jessie/Stretch/Buster with the package python-pycurl and python-software-properties installed.
9+
Debian Bullseye / Bookworm with the package python-pycurl and python-software-properties installed.
1010

1111
Example Playbook
1212
-------------------------

meta/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
22
galaxy_info:
33
author: "Jasper N. Brouwer, Ramon de la Fuente"
4+
role_name: vim
45
description: "Install Vim, set vimrc and use update-alternatives to add vim"
56
company: Future500
67
license: LGPL-3.0
78
min_ansible_version: 1.6
89
platforms:
910
- name: Debian
1011
versions:
11-
- wheezy
12-
- jessie
13-
- stretch
14-
- buster
12+
- bullseye
13+
- bookworm
1514
categories:
1615
- system
1716
dependencies: []

0 commit comments

Comments
 (0)