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

fix typo

parent 7971966e
No related branches found
No related tags found
No related merge requests found
Pipeline #29241 failed
......@@ -143,7 +143,7 @@
- name: Apt clean
ansible.builtin.include_tasks: apt_clean.yml
when: >-
( ansible_version.full is version('2.13', '>=') and
( ansible_version.full is version('2.13', '>=') ) and
( ( ( php_packages_installed.changed is defined ) and ( php_packages_installed.changed | bool ) ) or
( ( php_packages_removed_first_run.changed is defined ) and ( php_packages_removed_first_run.changed | bool ) ) or
( ( php_packages_removed_second_run.changed is defined ) and ( php_packages_removed_second_run.changed | bool ) ) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment