Skip to content

Commit

Permalink
fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Aug 30, 2023
1 parent 4885861 commit 317ebc9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .ansible-sign/sha256sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ a8a29037770b73ab1e0ad0f05ae721e6430d7cc732dabbe22320840483fa8080 alertmanager.y
b30ff084240d998e18bedf88c056f3b438205fef6bfe22d7e1cd663d83ad191b nodeexporter_stop.yml
8f9129583653af0ef47a35e953bd3a2f8ac996c734f0a84f7418cfebae933bd9 passwd_restore.yml
6a584e1238c230b215f1231a8875aadcac9465af36b54d3bd23e4eb2677acb59 roles/insights_cve/defaults/main.yml
9eb104724608c9825164d4d76944a04803d65dd5649b1ab54b5673fc7443c4c5 roles/insights_cve/tasks/main.yml
f8f37a1ebce680d0412e9e7b96a04a81a0bf413a261cf578469817ae563762ee roles/insights_cve/tasks/main.yml
ff97aef329270a2f19e0683fd83259fc483c469e7e75812cf2a57251faaa9f62 roles/insights_cve/tasks/remediation.yml
0bf80df4832bf561f376710842e657ac6224d2f84d60b8f1d6abd888f6df3479 roles/insights_cve/templates/pb_generator_body.j2
10831b191942119573948bc7eb9779879207c25a8deb6bc7d1e1153bfdfec3f6 roles/servicenow_ticket/defaults/main.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/bJvyFHKKJdaZDOLTiIiIXrUDNEFAmTvbb8ACgkQTiIiIXrU
DNFULQwAsLDHVlq5zupOuHJ+MQZ/ZTssKo330mZGuuTQGnIZtrWI9xdqkvxyfMx5
3FnVSjd6xqPNmpxz+FdzXIf7oN56E/F27dbCaa1j8Oxttwdi4IBiSzNbxZddz6R5
hni4venHTZYf1F+H87A+xWhNR+ZGam1f0p6NksbhaD9pqx7/mvbw18Dbd1ltsv0V
F3bG1JE3vk+HCVe9VDd73sZFWEi2sqNLUj2OUAfjx69w/5du+ZzRMbz+loTRUZEp
KMZiQp5Tbv2YXnjeVWmMsUkD1zWHezTH9kmMoYkSKWI2SB7TtUCD26rzEPbJceui
FYvz+0L//6Db1rvwQRRbwbZRepHtdGyk8Myth8WLlnmTvObVt01nCEbqIa/ChckM
mh7boOlAWLhzJjA4LEAhntEbenYbUF+HGWfUDb+IrbBoWEB8cQYRcQz9KRf9uAGT
UDlyr+vQDrO6OXY5KBUn6WOuQQSQIX8GzEhLj8thGplrCUtwvHH6x0Ju3JjWIlqD
isI/m+nS
=WykH
iQGzBAABCAAdFiEE/bJvyFHKKJdaZDOLTiIiIXrUDNEFAmTvbfIACgkQTiIiIXrU
DNFVMAv+LnP77a8NpsljAzqbOesUHGYlrHUJlzxdF86GRHTcPTu+1cB/jN0bJIYf
nJA/+8DtLZywxWRRKTIh6/7gzifyES9HZPWMy3ACjM9HqGyXpQ3gvKP/li9+EsV+
dCRb6+ELPZL52HXBXYaNUVCSsbrIFCmyrmGPs8W6X+zWG37vAgUrEN8B6EvaH89D
sA7jynaJaLcQcKqYDrrnaGXn5jO8uPAo9YVL76hP+aEVozMfs2DgeC90FUEb4iuf
br5qsaudunfOYG+JBQxUKSKTg1wpAtJ17RczGEaVlzjx033FRQ/R0rYu+q1nI+T5
77ZXetR2VH0sG1dVsvOl2tryTvxAbuytLTFIWUGSVJwfZu06olWjVc1ILmrmMRPh
DiwdhVkk6DIVyOgv7SaMErbRZW+omwQXccLa8kZZAwMvcq8c3eEZSHpC7/6JnqGC
B1gmB+A/j3BCaYv3rhFarYcez+/VGzEOaQqjbe+xhJ48dM0m2LW9dY31bKfbQBjC
TKSe+Tjf
=roR3
-----END PGP SIGNATURE-----
2 changes: 1 addition & 1 deletion roles/insights_cve/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
block:
- name: Print out the total number of security CVEs with severity >= 3 for host "{{ insights_adv_target_host }}"
ansible.builtin.debug:
msg: "Detected a total of {{ cve_list | length }} security CVEs with severity >= 3 of a total of {{ hosts_with_cve }} detected for host {{ insights_adv_target_host }}"
msg: "Detected {{ cve_list | length }} security CVEs with severity >= 3 out of {{ hosts_with_cve }} for host {{ insights_adv_target_host }}"
loop: "{{ cve_list }}"
delegate_to: localhost

Expand Down

0 comments on commit 317ebc9

Please sign in to comment.