Skip to content

Commit

Permalink
fix: ansible 2.9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Feb 13, 2020
1 parent 41cebc2 commit 7785971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

- name: Create executable links
command: find "{{ server_scripts_install_path }}/bin" -type f -exec ln -s {} /usr/local/bin \;
when: register_server_scripts_sync|changed
when: register_server_scripts_sync is changed
tags: [ server-scripts, install, upgrade, skip_ansible_lint ]

- name: Create log directory
Expand Down

0 comments on commit 7785971

Please sign in to comment.