ipaclient_setup_ntp: Add missing cli_servers, fix options.ntp_servers check

cli_servers from ipaclient_test was missing in ipaclient_setup_ntp. This
resulted in a backtrace and is fixed now. Fix options.ntp_servers check
to not use length on NoneType.
This commit is contained in:
Thomas Woerner
2019-04-05 18:31:54 +02:00
parent 40905510ca
commit 658f830970
2 changed files with 4 additions and 1 deletions

View File

@@ -76,6 +76,7 @@
#force_ntpd: "{{ ipaclient_force_ntpd }}"
on_master: "{{ ipaclient_on_master }}"
### additional ###
servers: "{{ result_ipaclient_test.servers }}"
domain: "{{ result_ipaclient_test.domain }}"
- name: Install - Test if IPA client has working krb5.keytab