You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [smola.java : Install Java packages] **************************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying pkg: "{{ item }}", please use pkg: '{{ java_packages }}' and
remove the loop. This feature will be removed in version 2.11. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
failed: [stucco] (item=[u'oracle-java8-installer', u'oracle-java8-set-default']) => {"ansible_loop_var": "item", "changed": false, "item": ["oracle-java8-installer", "oracle-java8-set-default"], "msg": "No package matching 'oracle-java8-installer' is available"}
TASK [smola.java : Install Java packages] **************************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying
pkg: "{{ item }}"
, please usepkg: '{{ java_packages }}'
andremove the loop. This feature will be removed in version 2.11. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
failed: [stucco] (item=[u'oracle-java8-installer', u'oracle-java8-set-default']) => {"ansible_loop_var": "item", "changed": false, "item": ["oracle-java8-installer", "oracle-java8-set-default"], "msg": "No package matching 'oracle-java8-installer' is available"}
PLAY RECAP *********************************************************************
stucco : ok=11 changed=0 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
The text was updated successfully, but these errors were encountered: