Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
E-VANCE authored Jul 12, 2021
1 parent 3760f03 commit 8d98c4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
pkg: php-redis
state: present
update_cache: true

- name: Install php-redis (version specific)
apt:
pkg: php7.4-redis
state: present
update_cache: true
notify: Restart php-fpm

- name: Configure Redis
Expand Down

0 comments on commit 8d98c4e

Please sign in to comment.