Skip to content

Commit

Permalink
Back to how it was.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed May 30, 2024
1 parent 6857370 commit dbc05da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- name: Prepare system
# At this stage, python and/or sudo are not installed, `become` can't be used.
# This means this role has to run as root, can't switch user.
become: "{{ bootstrap_become }}"
become: false
block:
- name: Test connection
ansible.builtin.wait_for_connection:
Expand Down

0 comments on commit dbc05da

Please sign in to comment.