-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP role usage on Debian Buster in Chapter 6 may need update #187
Comments
I'm assuming the example is related to: ---
- hosts: all
become: yes
roles:
- geerlingguy.mysql
- geerlingguy.apache
- geerlingguy.php
- geerlingguy.php-mysql |
I just tried that example with the following
And I ran into the same error:
So yeah, it would be good to get the PHP role updated to work with the latest versions of Ubuntu and Debian! |
I'm going to wrap both of those playbooks into the automated tests included with this repository, too, so if there's an issue in the future it will be easier to trace! |
geerlingguy
added a commit
that referenced
this issue
Jul 25, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From this issue: geerlingguy/ansible-role-php#281
@luisnabais said:
Regarding the example in a
debian10
Vagrant Box, he got the error:The text was updated successfully, but these errors were encountered: