From 6a9bc0df82febca666f33707f93becf41efaddf8 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Fri, 15 Sep 2017 12:54:15 +0200 Subject: [PATCH] roles/ipaclient/tasks/install.yml: Fix typo in comment --- roles/ipaclient/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ipaclient/tasks/install.yml b/roles/ipaclient/tasks/install.yml index 0d07a4d5..2d148c36 100644 --- a/roles/ipaclient/tasks/install.yml +++ b/roles/ipaclient/tasks/install.yml @@ -156,7 +156,7 @@ ntp: "{{ ipaclient_ntp | default(omit) }}" #force_ntpd: no #sssd: yes - #ssh: yes" + #ssh: yes #trust_sshfp: yes #sshd: yes #automount_location: -- GitLab