-
Notifications
You must be signed in to change notification settings - Fork 31
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
Updates, fixed build #60
Conversation
…sion to 0.3.7, attempted to fix Molevule Verift task
Thoughts? |
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.
As usual, great job!
molecule/agent/create.yml
Outdated
@@ -3,7 +3,7 @@ | |||
hosts: localhost | |||
connection: local | |||
gather_facts: false | |||
no_log: "{{ not lookup('env', 'MOLECULE_DEBUG') | bool }}" |
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.
Can I ask why? I think it's useful when problems arise testing in local
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.
Good catch, I disabled that while testing. I'll re-enable it. :)
@@ -47,7 +47,7 @@ | |||
delegate_to: localhost | |||
|
|||
- name: Copy vars in json to remote | |||
template: | |||
copy: |
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.
IMO, if we're changing template
to copy
, then we should remove the .j2
extension from the file.
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.
That was a weird scenario. I did the change to help improve the yamllint score on Ansible Galaxy. It looks like Ansible Galaxy is ignoring the .yamllint exectpions.
Superseded by #62. Thanks for your contribution. |
Description of the Change
Massive updates, and the build is now fixed.
Benefits
Possible Drawbacks
None
Applicable Issues
Add functionality per #59