Update initial_install/roles/freeipa_client/tasks/main.yml

This commit is contained in:
2026-04-24 11:57:32 +00:00
parent 0583f5c85f
commit a2393f7f44
@@ -13,13 +13,6 @@
ansible.builtin.hostname: ansible.builtin.hostname:
name: "{{ inventory_hostname }}" name: "{{ inventory_hostname }}"
- name: Configure resolv.conf
ansible.builtin.copy:
dest: /etc/resolv.conf
content: |
search im.lab
nameserver ipa.im.lab
when: ansible_facts.os_family != "Debian"
- name: Enroll to FreeIPA - name: Enroll to FreeIPA
ansible.builtin.command: > ansible.builtin.command: >