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

task syntax error with tomcat 8.5 #39

Open
thdghgns opened this issue Mar 6, 2018 · 0 comments
Open

task syntax error with tomcat 8.5 #39

thdghgns opened this issue Mar 6, 2018 · 0 comments

Comments

@thdghgns
Copy link

thdghgns commented Mar 6, 2018

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 }}'
darashenka pushed a commit to darashenka/ansible-tomcat that referenced this issue Jan 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant