telus / ansible-php

Ansible Role for PHP
MIT License
1 stars 10 forks source link

tasks/install.yml fails when hitting the sodium/install PHP extension task #19

Closed aaronpederson closed 8 years ago

aaronpederson commented 8 years ago

TASK: [telusdigital.php | Sodium | Install PHP extension] ********************* failed: [localhost] => {"changed": true, "cmd": "pecl install channel://pecl.php.net/libsodium-1.0.2", "delta": "0:00:00.047146", "end": "2015-12-02 23:30:20.412551", "rc": 1, "start": "2015-12-02 23:30:20.365405", "warnings": []} stdout: pecl/libsodium is already installed and is the same as the released version 1.0.2 install failed ...ignoring

aaronpederson commented 8 years ago

While not currently blocking, should we ever need to add more tasks to the install.yml it will bomb out here and not continue.

killerwails-zz commented 8 years ago

closing issue. port to jira https://telusdigital.atlassian.net/browse/TE-16