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

15 commits

Author SHA1 Message Date
dependabot[bot]
036bf11e00
Bump ansible-actions/ansible-lint-action from 1.0.1 to 1.0.2
Bumps [ansible-actions/ansible-lint-action](https://github.com/ansible-actions/ansible-lint-action) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/ansible-actions/ansible-lint-action/releases)
- [Commits](https://github.com/ansible-actions/ansible-lint-action/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: ansible-actions/ansible-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 05:57:22 +00:00
L3D
78b2e2f227
Update Actions 2023-10-22 19:42:57 +02:00
L3D
38599ae607
andding jinja2 linter and improve template
+ update yamllint
+ update ansible-lint
+ add j2lint
+ lint j2 template
2023-10-21 02:16:13 +02:00
L3D
dddf75a698
Update ansible-linting-check.yml
Signed-off-by: L3D <l3d@c3woc.de>
2023-10-10 19:48:14 +02:00
L3D
dc5d8c60ee
Cleanup whitespace and change linter 2023-10-10 19:30:38 +02:00
dependabot[bot]
afe1705cf0
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 05:54:06 +00:00
L3D
12bbd174bb update ansible linting 2023-07-19 10:58:23 +02:00
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
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