Created
October 7, 2019 13:22
-
-
Save kinnou02/c050590a897cb9fbc382f7d707179dde to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@task | |
def update_init_by_host(host): | |
with settings(host_string=host): | |
run('systemctl daemon-reload') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment