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
12bbd174bb
update ansible linting
2023-07-19 10:58:23 +02:00
643d9c32f3
Merge pull request #109 from roles-ansible/dependabot/github_actions/karancode/yamllint-github-action-2.1.1
...
Bump karancode/yamllint-github-action from 2.0.0 to 2.1.1
2023-05-09 23:30:23 +02:00
dependabot[bot]
f1e859d193
Bump karancode/yamllint-github-action from 2.0.0 to 2.1.1
...
Bumps [karancode/yamllint-github-action](https://github.com/karancode/yamllint-github-action ) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/karancode/yamllint-github-action/releases )
- [Commits](https://github.com/karancode/yamllint-github-action/compare/v2.0.0...v2.1.1 )
---
updated-dependencies:
- dependency-name: karancode/yamllint-github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-09 21:24:02 +00:00
dependabot[bot]
8e6923908f
Bump robertdebock/galaxy-action from 1.2.0 to 1.2.1
...
Bumps [robertdebock/galaxy-action](https://github.com/robertdebock/galaxy-action ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/robertdebock/galaxy-action/releases )
- [Commits](https://github.com/robertdebock/galaxy-action/compare/1.2.0...1.2.1 )
---
updated-dependencies:
- dependency-name: robertdebock/galaxy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-09 21:23:58 +00:00
Benoit Garcia
04f7c12352
chore(repo): Setup dependabot to watch for new releases of Github Actions.
2023-05-09 15:38:17 +02:00
e3f4b654b5
update github actions
2022-04-07 22:56:47 +02:00
61a9111c4d
update ansible linting to release 'v6'
2022-03-27 05:18:53 +02:00
7c8e62fadb
temporary fix action
2022-01-16 18:08:10 +01:00
540c46103d
delete gh-action cron entry
2021-09-28 01:48:53 +02:00
df27aa7565
Create FUNDING.yml
2021-04-07 19:29:24 +02:00
216088b15f
Release role at ansible galaxy
2021-03-21 00:08:49 +01:00
2eaccfe2a8
improve yamllinting
2021-03-21 00:08:32 +01:00
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
2500047d22
improve all easy to fix yaml warnings
2021-01-22 11:06:55 +00:00
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