We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0d5ed commit 6d33637Copy full SHA for 6d33637
tasks/install.yaml
@@ -3,7 +3,7 @@
3
ansible.builtin.user:
4
name: proserver
5
6
-- name: Install PHP and extensions
+- name: Install PHP {{ php.version }} and extensions
7
notify: Restart PHP-FPM
8
ansible.builtin.apt:
9
name: >-
0 commit comments