File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
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 }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ BC break: the default Listen directive is now "127.0.0.1"
14
14
Requirements
15
15
------------
16
16
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.
18
18
19
19
Role Variables
20
20
--------------
Original file line number Diff line number Diff line change 1
1
---
2
2
galaxy_info :
3
3
author : " Jasper N. Brouwer, Ramon de la Fuente"
4
+ role_name : memcached
4
5
description : Install and start memcached
5
6
company : Future500
6
7
license : LGPL
7
8
min_ansible_version : 1.4
8
9
platforms :
9
10
- name : Debian
10
11
versions :
11
- - wheezy
12
+ - bullseye
13
+ - bookworm
12
14
galaxy_tags :
13
15
- database
14
16
- database:sql
You can’t perform that action at this time.
0 commit comments