Skip to content

Commit

Permalink
fix(main): handle pecl channel-update as separate task else incorrect…
Browse files Browse the repository at this point in the history
…ly seen as failed (2)
  • Loading branch information
juju4 committed Nov 11, 2024
1 parent 38a0200 commit 1893aeb
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 @@ -273,7 +273,7 @@
ansible.builtin.command:
cmd: pecl channel-update pecl.php.net
register: pecl_update
changed_when: "'Update of Channel' in pecl_update.sdtout"
changed_when: "'Update of Channel' in pecl_update.stdout"
when:
- ansible_distribution == 'Ubuntu'
- ansible_distribution_major_version | int >= 24
Expand Down

0 comments on commit 1893aeb

Please sign in to comment.