Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant