Skip to content

Commit

Permalink
fix: 安装包不存在且php未安装时才下载
Browse files Browse the repository at this point in the history
  • Loading branch information
daixijun committed Jan 4, 2020
1 parent 1bec22c commit 8f27320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
delegate_to: localhost
when:
- not _php_package_stat.stat.exists
- not php_installed_stat.stat.exists
register: _php_package

- name: Unarchive php-{{ php_version }}
Expand Down

0 comments on commit 8f27320

Please sign in to comment.