Skip to content

Commit

Permalink
Fixed conditional check
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Dyson committed Nov 20, 2017
1 parent be00f93 commit 0d7a828
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 @@ -42,7 +42,7 @@
- name: 'PHP | Define PHP PEAR package name.'
set_fact:
php_pear_package_name: 'php-pear'
when: 'not php_pear_package_name'
when: 'not php_pear_package_name is not defined'
tags:
- 'php'
- 'php-package'
Expand Down

0 comments on commit 0d7a828

Please sign in to comment.