X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-ansible/blobdiff_plain/c2d9e197ad37a3a6465ad8177895c52af06a80af..90f05477844d2f94c3e104ef655e23fcb5fab229:/roles/common/handlers/main.yml?ds=sidebyside diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 1b35e24..bf0b933 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -16,7 +16,7 @@ ###-------------------------------------------------------------------------- ### Rebuliding remote configuration files. -- name: make in /root/.ssh - command: make chdir=/root/.ssh +- name: make in /root/.ssh/ + command: make chdir=/root/.ssh/ ###----- That's all, folks --------------------------------------------------