Closed adeptofvoltron closed 5 years ago
My guess is that you should run the php-versions role before the php role. Otherwise the apt repository doesn't exist and ansible-playbook will stop on the failed task as in your case.
oh...it was few projects ago...so I do not remember te order of calling roles. but you might be right. In the end I just create box with proper ppa...so Ihad no need to use that role.
question, what I am doing wrong (Ubuntu on hosts)
playbook:
vars:
and I got error:
and when I am checking possible php to install there are only php7.0-xxxxx if I am using xenial php7.2 if using bionic64. (no matter if I use php_packages_state: "latest" or not)