Skip to content

Commit 0aea881

Browse files
committed
Add vars for controlling mysql and php versions
1 parent c95a1e1 commit 0aea881

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: group_vars/all.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
ansible_connection: ssh
33
ansible_user: root
44
ansible_become_method: sudo
5+
6+
# (Optional) Set software versions
7+
#mysql_version: "10.5"
8+
#php_version: "7.4"

0 commit comments

Comments
 (0)