Skip to content

Commit

Permalink
fix: 修复libzip判断逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
daixijun committed Nov 20, 2019
1 parent 10b9bf7 commit 48155aa
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 @@ -54,7 +54,7 @@
register: libzip_unarchive
when:
- php_force_install|bool or not php_installed_stat.stat.exists
- libzip_install_stat.stat.exists
- not libzip_install_stat.stat.exists

- name: Install libzip
shell: "{{ item }}"
Expand Down

0 comments on commit 48155aa

Please sign in to comment.