Skip to content
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

Closed
wants to merge 34 commits into from
Closed

Conversation

apolloclark
Copy link

@apolloclark apolloclark commented Jul 9, 2019

Description of the Change

Massive updates, and the build is now fixed.

Benefits

  • updated Python, Ansible, Molecule, Goss versions
  • added support for Ubuntu 18.04 Bionic, Ubuntu 16.04 Xenial, Debian 9 Stretch, and CentOS 7
  • is using the idealista/jdk containers
  • fixed yamllint errors and warnings
  • fixed Molecule tasks
  • fixed Goss tests
  • updated Ansible metadata
  • updated README and CHANGELOG

Possible Drawbacks

None

Applicable Issues

Add functionality per #59

@apolloclark
Copy link
Author

Thoughts?

Copy link
Collaborator

@jnogol jnogol left a 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!

@@ -3,7 +3,7 @@
hosts: localhost
connection: local
gather_facts: false
no_log: "{{ not lookup('env', 'MOLECULE_DEBUG') | bool }}"
Copy link
Collaborator

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

Copy link
Author

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:
Copy link
Collaborator

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.

Copy link
Author

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.

@dortegau
Copy link
Member

Superseded by #62.

Thanks for your contribution.

@dortegau dortegau closed this May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants