logrotate setup for oracle files should be optional #391
Annotations
3 warnings
Run ansible-lint:
roles/global_handlers/handlers/main.yml#L2
Jinja2 spacing could be improved: {%- if ansible_facts.os_family == 'RedHat' -%} yum needs-restarting -r {%- elif ansible_facts.os_family == 'Suse' -%} zypper needs-rebooting {%- endif -%} -> {%- if ansible_facts.os_family == 'RedHat' -%} yum needs-restarting -r{%- elif ansible_facts.os_family == 'Suse' -%} zypper needs-rebooting{%- endif -%}
|
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/.
|
The logs for this run have expired and are no longer available.
Loading