Skip to content

Commit

Permalink
Playbook to install php deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Jul 31, 2024
1 parent 8701a35 commit 363d252
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playbooks/php.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
- hosts: all
tasks:
- name: Install postgres
apt:
name: ["uwsgi-plugin-php"]

0 comments on commit 363d252

Please sign in to comment.