Skip to content

Commit aa121e6

Browse files
committed
update the galaxy role info + push to galaxy
1 parent f6cea04 commit aa121e6

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
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
@@ -14,7 +14,7 @@ BC break: the default Listen directive is now "127.0.0.1"
1414
Requirements
1515
------------
1616

17-
Debian Wheezy with the package python-pycurl and python-software-properties installed.
17+
Debian Bullseye / Bookworm with the package python-pycurl and python-software-properties installed.
1818

1919
Role Variables
2020
--------------

meta/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
galaxy_info:
33
author: "Jasper N. Brouwer, Ramon de la Fuente"
4+
role_name: memcached
45
description: Install and start memcached
56
company: Future500
67
license: LGPL
78
min_ansible_version: 1.4
89
platforms:
910
- name: Debian
1011
versions:
11-
- wheezy
12+
- bullseye
13+
- bookworm
1214
galaxy_tags:
1315
- database
1416
- database:sql

0 commit comments

Comments
 (0)