Skip to content

Commit

Permalink
Merge pull request #876 from t-woerner/ipareplica_do_not_overwrite_ip…
Browse files Browse the repository at this point in the history
…aclient_no_ntp_for_client_part_deployment

ipareplica: Do not overwrite ipaclient_no_ntp for client part deployment
  • Loading branch information
rjeffman authored Aug 25, 2022
2 parents 8bab7d3 + 5a14f78 commit e05dc41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/ipareplica/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@
ipaclient_realm: "{{ result_ipareplica_test.realm | default(omit) }}"
ipaclient_servers: "{{ ipareplica_servers | default(omit) }}"
ipaclient_hostname: "{{ result_ipareplica_test.hostname }}"
ipaclient_no_ntp: "{{ result_ipareplica_test.ipa_python_version
< 40690 }}"
ipaclient_install_packages: "{{ ipareplica_install_packages }}"
when: not result_ipareplica_test.client_enrolled

Expand Down

0 comments on commit e05dc41

Please sign in to comment.