-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples pass ansible-lint. #111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did a quick skim and I think at least this one playbook is supposed to not be the way to do it so I am not sure if we care or want it to pass lint? Just a thought, I am not sure if there are any others like this it was the only one I noticed.
@@ -1,12 +1,14 @@ | |||
- name: provision hosts in a bad way | |||
- name: Provision hosts in a bad way |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this playbook is supposed to be bad so maybe it shouldn't pass lint?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I considered that as well, but was thinking the focus was more around the approach to the problem than about the formatting of the file. I can change it back if we want.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ericzolf what is your opinion here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with Jeff, let's keep it 100% clean unless we have a very good reason (or the next person going through this exercise will trip over it).
@@ -1,12 +1,14 @@ | |||
- name: provision hosts in a bad way | |||
- name: Provision hosts in a bad way |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with Jeff, let's keep it 100% clean unless we have a very good reason (or the next person going through this exercise will trip over it).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.