Fix typo in provision.yaml

This commit is contained in:
David Bonnell 2024-03-05 13:04:03 +10:00 committed by GitHub
parent fccc264107
commit fdc458d747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
- name: install php7.4-mysql
apt: name=php7.4-mysql state=latest
- name: ensure gpupg2 is at the latest version
- name: ensure gnupg2 is at the latest version
apt: name=gnupg2 state=latest
- name: ensure percona-server-57 is installed