Compare commits

...

3 commits

Author SHA1 Message Date
Mael G. 63dab47034 fix v3
All checks were successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
2023-08-15 13:43:35 +02:00
Mael G. 338b671e2f fix
Some checks failed
ci/woodpecker/push/release Pipeline failed
2023-08-14 18:53:39 +02:00
Mael G. 13c7cd109d fix 2023-08-14 18:52:36 +02:00
2 changed files with 7 additions and 0 deletions

View file

@ -13,3 +13,7 @@ archives:
files:
- README.md
- LICENSE
gitea_urls:
api: https://git.gnous.eu/api/v1
download: https:/git.gnous.eu

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"ansible.python.interpreterPath": "/Users/mael/.pyenv/versions/3.10.9/bin/python"
}