Skip to content

Commit

Permalink
use new github action
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 26, 2023
1 parent 8c2058f commit 19d580f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .ansible-sign/sha256sum.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
9ed39db96ad5e2cb4ce18b729ea626c9cb4a52e0bdd5709d50840981c78d443e .config/ansible-lint.yml
50c749429bf391470581d8afdeb2eef9bc58fd1f8913a6d9cda4cbe750f08b12 .github/workflows/ansible-lint.yml
2996a4feb658555ddddc504dc5db4bf74a3d24c156ffc7a4b5b4b2a9e2958827 .config/ansible-lint.yml
c82b1a7435aaef61820bb7998401b0bd9ad6241f28ff224e8bb7ccec1d71ef5d .github/workflows/ansible-lint.yml
c629d8e1e1349d7b3bac4a319d999b00c33bf0c8f2fd900d796aaed0e47faba7 .vscode/extensions.json
04fe98cfdf5c60e6432368c64f08b9f5d2e8cc7d379bcda99732d3420e56168c AnsibleSSP.code-workspace
832ce2b12a51105a1ba5f6d00eb5860630b66976747ec98593a81c5dee4d89fc Gitea Deploy New Release.yml
Expand Down
22 changes: 11 additions & 11 deletions .ansible-sign/sha256sum.txt.sig
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNATURE-----

iQGzBAABCAAdFiEE/bJvyFHKKJdaZDOLTiIiIXrUDNEFAmVuBU8ACgkQTiIiIXrU
DNE70AwApUa08zY0Fln3o2SiMX9eEGjjUgZlsnZ4YEsmHCWJhO++hrIjLpSwzMcU
aNHrebs/ZiVeHPb0JFxv1Viy3uzSwCBiukHjLXrgpvZ1STsPxqeK/Xuy1kseIwlF
0QKVCEusS0NrGyP9jRspVh21q/brG5M54scyZZ/qO0EnQfIsoUw68ZB6arPRGboS
cOLTr3Sg00ucaM7AVOz5emF8Txe2eK5/pFmpRFDaZGMP8Bu1bsm8l30tDxze462V
MCOPyJkr6UnLAzmVqxef5v+kcHf5Kbh6350Fnt/W89GGoDOMpuyjO7bxXIgOt59L
Z5VMMPU9ymcIDHRmPpH37bZNqTI8wmLDUiJxK1nQzXRAJ5lHBk/XWdhk5EX6J1ZZ
ykmeiE+T5BTu33Gn9GYtNpUnlXHfQO/trFhWdqecTswLUNmcMzsZf37JDLraMyAQ
zA5Rnq7/yvDRH2uQwJQmjl8GkePpJvxyfHVXyWJ4kfmhASksPR/yn49+ubQ+iL7g
rlhF/MBv
=nA9Q
iQGzBAABCAAdFiEE/bJvyFHKKJdaZDOLTiIiIXrUDNEFAmWK3FYACgkQTiIiIXrU
DNGtFAwAjHVrVKXEG4JeUWZY2hfT3zpwwwtxkaQumclkEc2kSXksbHjuAhIREJPi
rWRKGAXcFITw3oD1avcWxb2DFQD9CX+v5uM/GC79vkNfN4xp+AN8eWfd/LblcIz7
xtQLIchSP5n7k6ivv2gzziLUvAT+phadKwyqgmJX6bTEAa5spU1N7BQ+rIY+x07O
xZn1CLRuwO4AmDPIv7ypmzVxGa3ium+iO/myNo6dNfaoEozyZ3X894IcWlJ0Aa6b
xfuzYrCrQgNsbB+FT1YRWiA7iIQdtZ7XEIbCNdz824hjQpcPjfzMD2j9ACY47hrK
+VQu7WWid4DNICSVPVaT2VKmroFXbP99V13Nug8RJP+ULOQBYTDdGWmsDE26aaef
sP5XO4Ep0dzpyYZaEdtLFsvQHUKRh/Vgg0RFyiSFwd6/+TJZmvt+o0bugDpvnfnX
MQhJ/eAScCftgSBi89F6k+8JO1LWu4/HCufOOhOT8tPcM5hWmayO2dFHncJHeBP2
Ol5RyUK3
=+3fc
-----END PGP SIGNATURE-----
2 changes: 1 addition & 1 deletion .config/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclude_paths:
# Load custom rules from this specific folder
# rulesdir:
# - ./rule/directory/
offline: true
offline: false
# Any rule that has the 'opt-in' tag will not be loaded unless its 'id' is
# mentioned in the enable_list:
# This makes the linter display but not fail for rules/tags listed below:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:

steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Lint Ansible Playbook
# replace "master" with any valid ref
uses: ansible/ansible-lint-action@main
# optional:
# with:
# path: "playbooks/" # <-- only one value is allowed
- name: Lint Ansible Playbook
# replace "master" with any valid ref
uses: ansible/ansible-lint@main
# optional:
# with:
# path: "playbooks/" # <-- only one value is allowed

0 comments on commit 19d580f

Please sign in to comment.