From fdc458d7471172195f7ff694426f60000e6a4475 Mon Sep 17 00:00:00 2001 From: David Bonnell Date: Tue, 5 Mar 2024 13:04:03 +1000 Subject: [PATCH] Fix typo in provision.yaml --- provision.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision.yaml b/provision.yaml index e67df7e2..d90c7fb4 100644 --- a/provision.yaml +++ b/provision.yaml @@ -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