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

Commit

Permalink
fix always_run error: ansible/ansible-lint#220
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Darashenka committed Jan 8, 2019
1 parent 2b8fb9f commit 35d242c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/8.5-acls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
tags: tomcat
become: true
register: tomcat_registered_files
always_run: true
check_mode: no
changed_when: false
when: tomcat_fact_is_not_initial_check_mode
shell: ls -1 {{ acl_dir }}/*.jar
Expand Down

0 comments on commit 35d242c

Please sign in to comment.