Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 26, 2023
1 parent 19d580f commit 246f992
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .ansible-sign/sha256sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ c629d8e1e1349d7b3bac4a319d999b00c33bf0c8f2fd900d796aaed0e47faba7 .vscode/extens
70a02b2ea67010225862e96e234b1083f3be361bffbc05a08c5c31ffe1aad111 Gitea New Release.yml
e8cac82e2937ddb29e80d344f27db65b041fbe289da4ac7ba79efb527d71fe2a MANIFEST.in
6974a0aa1b9c3b22e8787892b21ff594f5c961a6db12788f2ade12481dd4ce63 README.md
fab3e266849eb4996ed4b3cfcc3f31beb4aef9237129c0f5d91c901815840600 Web Install and Verification collections.yml
4f5ced27a9586ad0fa01a7f3a1e52c3fe3dc7168a4f6ffb92f269207594b8eb3 Web Verification collections.yml
60fdf14852974eadc7448595da1dad28195556488929a9dd9714c16a25e7cebe Web Install and Verification collections.yml
05bc01d3f0cc4bc4c071465490ad6f9c0cf7dcb4a3363292453a26ff49c3a301 Web Verification collections.yml
ce9c52cf73a341ec2c18de2156f1dcd0f3e1b543109a79c993cfad9429426c2c collections/requirements.yml
48d220c0290f9b9d03748cc6dff850ed61b5d9a29e7c9e5eb75d07a626391fec devfile.yaml
28f58dfdc64124ad4468d9a0ec0b48e5a0f618f2eb018f6be5f35d5b51032666 roles/.DS_Store
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/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
iQGzBAABCAAdFiEE/bJvyFHKKJdaZDOLTiIiIXrUDNEFAmWK3SoACgkQTiIiIXrU
DNEFxgv8Cckf5vTeJnFg2NnDudqk7OXGZVaufJdSSzoaRF9XFFUYLAhFwL8ty0vi
rthkFmcSL6E9IKVj8kYGr0JKRtKbdeC5IFpyPufXh+aha36+CwdwVOuPkhG9CFX1
E5yBaYSWzbSZDHalAXMs8l5iKeDtBmhqhvStF1NiGwuq3oeCmOCoD7ig5Au0OEdD
ILQfOS48E8AooTDXyb/XdRDwyYs4AWar7K2dpKz5MdHLX7JZ8frsydVQSOXHqxni
Bp9TEnHkLjcc8muNYsZpzUHRfD20A3Ne3nyR7zGwR36kzK+7hLIZ0MD4ixGmzvvx
EHFIewSNIPVTmBfF8zmpVE/F5l/phLwzrZw+7mxpG+FG1aatex9USg6Y/o4Ep6BV
wxT+evs53b9oLkLuDOhZ5+u/XsjKRs9mJ10qZE5Ag1/q6TiCFO2ybkFeV114b6EZ
+4dODErc8K/mdTXlOCENAP8HxzK0xns0wJhNfRrBpIb8fDmQoi52NfSsfaixMqlc
4kfotVyV
=7Qut
-----END PGP SIGNATURE-----
28 changes: 14 additions & 14 deletions Web Install and Verification collections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

tasks:

- name: RHEL Apache config
ansible.builtin.include_role:
name: webservers_collection
when: os is match("rhel.*") or os == "Red Hat BYOL Linux"
tags:
- always

- name: Windows IIS config
ansible.builtin.include_role:
name: webservers_collection
when: os is match("windows.*") or os is match("2016.*") or os == "Windows"
tags:
- always
- name: RHEL Apache config
ansible.builtin.include_role:
name: webservers_collection
when: os is match("rhel.*") or os == "Red Hat BYOL Linux"
tags:
- always

- name: Windows IIS config
ansible.builtin.include_role:
name: webservers_collection
when: os is match("windows.*") or os is match("2016.*") or os == "Windows"
tags:
- always

post_tasks:
- name: Check that you can connect to the index page and that the hostname is in the contents
Expand Down Expand Up @@ -52,7 +52,7 @@
work_notes: "[code]<a href='https://{{ ansible_host }}'>{{ fqdn }}</a>[/code] "
expose_to_cloud_redhat_com_results: "{{ fqdn }}: https://{{ ansible_host }}"

- name: Set stats for the e-mail subject
- name: Set stats for the e-mail subject # noqa run-once[task]
ansible.builtin.set_stats:
data:
email_subject: "Ansible VM Web Link"
Expand Down
2 changes: 1 addition & 1 deletion Web Verification collections.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: verify index page works
- name: Verify index page works
hosts: "{{ vm_name | default('all') }}"
gather_facts: false

Expand Down

0 comments on commit 246f992

Please sign in to comment.