Merge pull request #1275 from dbonnell/patch-1

Fix typo in provision.yaml
pull/1289/head
Tim Zandbergen 2025-01-03 18:08:21 +01:00 committed by GitHub
commit 5c22dd2dd3
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 - name: install php7.4-mysql
apt: name=php7.4-mysql state=latest 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 apt: name=gnupg2 state=latest
- name: ensure percona-server-57 is installed - name: ensure percona-server-57 is installed