mysql module not used
This commit is contained in:
parent
4e98561b0d
commit
c4588cf2b2
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Reference in a new issue