Skip to content

Commit c3e8ace

Browse files
committedMar 4, 2024·
Fix ansible-lint rule violations
1 parent 8058f71 commit c3e8ace

File tree

67 files changed

+271
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+271
-272
lines changed
 

‎collection/collections/ansible_collections/local/colors/galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ name: colors
44
version: 1.0.0
55
readme: README.md
66
authors:
7-
- your name <example@domain.com>
7+
- your name <example@domain.com>

‎collection/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
my_color_choice: blue
66

77
tasks:
8-
- name: "Verify {{ my_color_choice }} is a form of blue."
8+
- name: Verify {{ my_color_choice }} is a form of blue.
99
assert:
1010
that: my_color_choice is local.colors.blue
1111

12-
- name: "Verify yellow is not a form of blue."
12+
- name: Verify yellow is not a form of blue.
1313
assert:
1414
that: "'yellow' is not local.colors.blue"

0 commit comments

Comments
 (0)
Please sign in to comment.