oracle_opatch.py needs to support configurable temp directory #401
Annotations
2 warnings
Run ansible-lint:
roles/orahost/tasks/main.yml#L51
Jinja2 spacing could be improved: {{ __orahost_etc_hosts_entry.ip }} {{ (__orahost_etc_hosts_entry.fqdn|split('.'))[0] }} {{ __orahost_etc_hosts_entry.fqdn is search('\.') | ternary(__orahost_etc_hosts_entry.fqdn, '') }}{% for alias in __orahost_etc_hosts_entry.aliases|default([]) %} {{ alias }}{% endfor %} # ANSIBLE managed -> {{ __orahost_etc_hosts_entry.ip }} {{ (__orahost_etc_hosts_entry.fqdn | split('.'))[0] }} {{ __orahost_etc_hosts_entry.fqdn is search('\.') | ternary(__orahost_etc_hosts_entry.fqdn, '') }}{% for alias in __orahost_etc_hosts_entry.aliases | default([]) %} {{ alias }}{% endfor %} # ANSIBLE managed
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading