geerlingguy / ansible-role-phpmyadmin

DEPRECATED Ansible Role - phpMyAdmin
https://galaxy.ansible.com/geerlingguy/phpmyadmin/
MIT License
42 stars 40 forks source link

PHP Apache module not being used in 7.0 #11

Closed jwondrusch closed 4 years ago

jwondrusch commented 7 years ago

When running on the geerlingguy/ubuntu1604 Vagrant box, ran into an issue where the PHP code was simply appearing in the browser instead of being interpreted. I added the following task to my Playbook and it worked without issue:

  tasks:
    - name: Update php module
      apt: name=libapache2-mod-php7.0 state=installed
      notify: restart apache
IceTony commented 5 years ago

In Ubuntu 18.04 php version 7.0 is not available. I changed version to 7.2 in my playbook.

stale[bot] commented 4 years ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 4 years ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.