From c4588cf2b20127a9ebda1fc5e7486defaf518fea Mon Sep 17 00:00:00 2001 From: Benoit S Date: Sat, 20 Nov 2021 11:52:41 +0900 Subject: [PATCH] mysql module not used --- deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index 8709ce0..ba917d5 100644 --- a/deploy.py +++ b/deploy.py @@ -1,5 +1,5 @@ from pyinfra import host -from pyinfra.operations import apt, server, files, systemd, mysql +from pyinfra.operations import apt, server, files, systemd apt.update( name='Update apt repositories',