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

Ubuntu bionic not supported #61

Closed
abentley opened this issue May 1, 2018 · 1 comment
Closed

Ubuntu bionic not supported #61

abentley opened this issue May 1, 2018 · 1 comment

Comments

@abentley
Copy link

abentley commented May 1, 2018

Running under Packer, I get this error.

    amazon-ebs: TASK [geerlingguy.java : Include version-specific variables for Debian.] *******
    amazon-ebs: fatal: [default]: FAILED! => {"ansible_facts": {}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access 'Ubuntu-18.yml'\nSearched in:\n\t/home/ubuntu/.ansible/roles/geerlingguy.java/vars/Ubuntu-18.yml\n\t/home/ubuntu/.ansible/roles/geerlingguy.java/Ubuntu-18.yml\n\t/home/ubuntu/.ansible/roles/geerlingguy.java/tasks/vars/Ubuntu-18.yml\n\t/home/ubuntu/.ansible/roles/geerlingguy.java/tasks/Ubuntu-18.yml\n\t/home/ubuntu/big/jenkins/ansible/vars/Ubuntu-18.yml\n\t/home/ubuntu/big/jenkins/ansible/Ubuntu-18.yml"}
    amazon-ebs: 	to retry, use: --limit @/home/ubuntu/big/jenkins/ansible/playbook.retry
    amazon-ebs:

This is with role version 1.8.0
"bionic" is listed as supported on ansible-galaxy

@geerlingguy
Copy link
Owner

Sorry about that, fixed!

This was referenced May 10, 2018
AndreZiviani added a commit to chaordic/ansible-role-java that referenced this issue Sep 19, 2019
* customize per centos/rhel version and switch v7 to opendk8 - required for elk5

* fix small merge error

* display java version at the end

* ensure idempotency

* newline between blocks

* Test Fedora 27 instead of Fedora 24 and add Debian 9 tests.

* Add Debian-9-specific settings.

* Add some files missing from previous commit.

* Update variable inclusion method to work correctly.

* Fix Galaxy meta/main.yml to parse Debian versions correctly.

* Fix deprecation warnings in Ansible 2.5 for state 'present'.

* refs geerlingguy#55 - remove deprecation warnings

* refs geerlingguy#55 - removed 'static' as requested

* support for Ubuntu 18.04

* Fixed the case sensitive issue for Ubuntu
(Resolves geerlingguy#62)

* Fixes geerlingguy#61: Support Ubuntu 18.04 Bionic.

* Issue geerlingguy#64: Allow failures of test build on Ubuntu 18.04.

* Fixes geerlingguy#64: Test builds failing due to a Debian Stretch and Ubuntu 18.04 bug with man dir missing.

* fix include_vars for Ubuntu

* PR geerlingguy#43 follow-up: Remove redundant RedHat vars file.

* Fix breakage for RedHat distros

Some RedHat instances report `ansible_distribution` as 'RedHat',
not 'Red Hat Enterprise Linux', and not detecting that was causing
the vars to not be included, breaking subsequent tasks.

* Only display the Java version with higher verbosity levels.

* Switch tests to use Molecule.

* Increase debug verbosity for java version.

* Do not use loop on package module with squash_actions

* Remove trailing white space to pass TravisCI check

* Update tests for optimum efficiency.

* Fixes geerlingguy#64: Ensure man directory exists so Docker container installs work.

* Fix lint issues picked up by galaxy-lint-rules.

* It fails without become: yes under role

* [geerlingguyGH-74] optional java version check

* [geerlingguyGH-74] no new line at end of file

* PR geerlingguy#75 follow-up: Drop the unneccessary java_version check.

* Remove debian8 tests as it is now failing and old.

* Remove unused tests.

* Update main.yml

* Update role name.

* Added debian 10  management.

* Added Debian 10 to tests.

* Add Fedora 30 to test suite.
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

No branches or pull requests

2 participants