Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

task syntax error with tomcat 8.5 #39

@thdghgns

Description

@thdghgns

there is a syntax error with tomcat 8.5

file : ansible-tomcat/tasks/8.5-acls.yml

  • name: Update installation executables access controls
    tags: tomcat
    become: true
    when: ((((ansible_local|default([])).util|default([])).init|default([])).system|default('')) != "systemd" }}'
    with_items:
    • catalina.sh
    • setclasspath.sh
      file:
      state: file
      mode: 'o=rx'
      dest: '{{ tomcat_env_catalina_home }}/bin/{{ item }}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions