File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,8 @@ bootstrap_become_user: root
9595----
9696`become` and `become_user` variables passed to most actual tasks.
9797
98- The default values cover the 99.9% use case.
99-
100- The default variable of `bootstrap_become` is false as
101- `sudo` is not available before bootstrapping out-of-the-box
102- more often than it is.
98+ The default variable of `bootstrap_become` it is assumed that
99+ `sudo` is not available before bootstrapping out-of-the-box.
103100
104101[source,yaml]
105102----
Original file line number Diff line number Diff line change @@ -69,9 +69,7 @@ Username used to connect to the machine for the raw installation command task.
6969
7070` become ` and ` become_user ` variables passed to most actual tasks.
7171
72- The default values cover the 99.9% use case.
73-
74- The default variable of ` bootstrap_become ` is false as ` sudo ` is not available before bootstrapping out-of-the-box more often than it is.
72+ The default variable of ` bootstrap_become ` it is assumed that ` sudo ` is not available before bootstrapping out-of-the-box.
7573
7674 bootstrap_wait_for_host: false
7775
You can’t perform that action at this time.
0 commit comments