- name: "{{ ansible_host }}: set hostname" ansible.windows.win_shell: Rename-Computer -NewName "{{ main_dc01_hostname }}" -Force