Skip to content
Snippets Groups Projects
Verified Commit f5537cf7 authored by Chris Croome's avatar Chris Croome
Browse files

fix typo

parent b1c06d51
Branches
Tags
No related merge requests found
Pipeline #29239 failed
......@@ -153,10 +153,10 @@
filter: ansible_local
when: >-
( ( php_packages_removed_first_run.changed is defined ) and
( php_packages_removed_first_run | bool ) ) or
( php_packages_removed_first_run.changed | bool ) ) or
( ( php_packages_installed.changed is defined ) and
( php_packages_installed.changed | bool ) ) or
( ( php_packages_removed_second_run is defined ) and
( ( php_packages_removed_second_run.changed is defined ) and
( php_packages_removed_second_run.changed | bool ) ) or
( ( php_dist_upgrade.changed is defined ) and
( php_dist_upgrade.changed | bool ) ) or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment