X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-ansible/blobdiff_plain/5137085234783e2eeaa327b492891e8f238e71e2..90f05477844d2f94c3e104ef655e23fcb5fab229:/roles/common/handlers/main.yml 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 --------------------------------------------------