1- hosts: prod 2 become: yes 3 tasks: 4 - name: Set the hostname 5 # for sending email from st.unicode.org through corp.unicode.org 6 hostname: 7 name: "{{ inventory_hostname }}" 8