Skip to content

Commit 6d33637

Browse files
Fix PHP install task name
1 parent 3c0d5ed commit 6d33637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ansible.builtin.user:
44
name: proserver
55

6-
- name: Install PHP and extensions
6+
- name: Install PHP {{ php.version }} and extensions
77
notify: Restart PHP-FPM
88
ansible.builtin.apt:
99
name: >-

0 commit comments

Comments
 (0)