Skip to content

Instantly share code, notes, and snippets.

@kinnou02
Created October 7, 2019 13:22
Show Gist options
  • Save kinnou02/c050590a897cb9fbc382f7d707179dde to your computer and use it in GitHub Desktop.
Save kinnou02/c050590a897cb9fbc382f7d707179dde to your computer and use it in GitHub Desktop.
@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