--- - hosts: all tasks: - name: Test task to create a file ansible.builtin.file: path: /root/test_file state: touch ...