You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# this ensures that the machines don't push and pull at the same time
serial: 1
become_user: "{{ new_user }}"
tasks:
- include_tasks: tasks/repo.yml
- name: Setup complete
pause:
prompt: "Computer {{ new_user }} is now setup and ready to use, you can now run the run-3.yml playbook to configuer chrome, Press Enter to finish this playbook"