ansible-role-tomcat/meta
Andrea Dell'Amico 5e26279d0a
Fix all ansible-lint violations (109 → 0 failures).
- handlers/main.yml: convert free-form service calls to ansible.builtin.service with dict syntax; capitalize handler names to satisfy name[casing] (Tomcat restart, Enable tomcat, Disable tomcat, Tomcat letsencrypt copy*).
- tasks/main.yml: add FQCN (ansible.builtin.import_tasks) and name: to every import statement, fixing fqcn[action-core] and name[missing].
- tasks/access_log.yml, tomcat-admin.yml, tomcat-jmx.yml, tomcat-log4j-logging.yml, tomcat-logger-logging.yml, not_pgsql_jdbc.yml, pgsql_jdbc.yml: convert all free-form module calls to FQCN + dict syntax.
- tasks/tomcat-javamelody.yml: use community.general.maven_artifact with dict syntax; fix block indentation; split long lines.
- tasks/tomcat-pkgs.yml, tomcat-certs.yml: rename notify references to 'Tomcat restart' to match the renamed handler.
- meta/main.yml: quote min_ansible_version to fix schema[meta]; add role_name/namespace; remove trailing blank line.
- tests/test.yml: add play name; fix role reference; add trailing newline.
- vars/main.yml: fix stale comment; add trailing newline.
- defaults/main.yml: use >- block scalar for tomcat_proxy_opts andtomcat_catalina_shared_loader_path to fix yaml[line-length].
2026-03-06 18:52:36 +01:00
..
main.yml Fix all ansible-lint violations (109 → 0 failures). 2026-03-06 18:52:36 +01:00