mysql module not used

This commit is contained in:
Benoit S 2021-11-20 11:52:41 +09:00
parent 4e98561b0d
commit c4588cf2b2
1 changed files with 1 additions and 1 deletions

View File

@ -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',