--- - name: Prepare hosts: all gather_facts: no become: yes serial: 30% roles: - role: robertdebock.bootstrap post_tasks: - name: place /environmentfile.txt ansible.builtin.copy: content: "value=variable" dest: /environmentfile.txt mode: "0644"