1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00
Commit graph

11 commits

Author SHA1 Message Date
L3D
e3f4b654b5
update github actions 2022-04-07 22:56:47 +02:00
L3D
61a9111c4d
update ansible linting to release 'v6' 2022-03-27 05:18:53 +02:00
L3D
7c8e62fadb
temporary fix action 2022-01-16 18:08:10 +01:00
L3D
540c46103d
delete gh-action cron entry 2021-09-28 01:48:53 +02:00
L3D
df27aa7565
Create FUNDING.yml 2021-04-07 19:29:24 +02:00
L3D
216088b15f
Release role at ansible galaxy 2021-03-21 00:08:49 +01:00
L3D
2eaccfe2a8
improve yamllinting 2021-03-21 00:08:32 +01:00
L3D
bb6ae52acd
Change meta and README Information 2021-03-21 00:07:30 +01:00
L3D
67afb71160
add default "gitea_group: gitea" (#71)
* delete trailing whitespace

* Add gitea_group

This will add the `gitea_group: gitea` and will probably
RESOLVE https://github.com/thomas-maurice/ansible-role-gitea/issues/70

* update variable length

update variable length to make this role idempotent

* vars should not include special character
2021-01-27 14:13:02 +00:00
L3D
2500047d22 improve all easy to fix yaml warnings 2021-01-22 11:06:55 +00:00
L3D
fb45c4dfc5 add linting check and fix warning
There is this linting message:
```
[208] File permissions unset or incorrect
tasks/main.yml:27
Task/Handler: Create config and data directory
```

I fixed it in this commit and added a github action
to run the official™ ansible linting check!
2021-01-22 11:06:55 +00:00