From 44b47fd6e17f8de9f0038d94eb9f6e198c003fab Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 6 Oct 2016 10:54:16 -0400 Subject: Fixed a few things, added ldap_certs stub --- roles/ssh/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/ssh/tasks/main.yml') diff --git a/roles/ssh/tasks/main.yml b/roles/ssh/tasks/main.yml index a526b4e..8bc88cd 100644 --- a/roles/ssh/tasks/main.yml +++ b/roles/ssh/tasks/main.yml @@ -12,7 +12,7 @@ include_vars: '{{ item }}' with_first_found: - files: - - '../hosts/{{ ansible_fqdn }}.yml' + - 'roles/ssh/hosts/{{ ansible_fqdn }}.yml' skip: true - name: ssh_config conf -- cgit