Skip to content

Commit 226aef8

Browse files
JonasPammergithub-actions[bot]
authored andcommitted
test: add molecule[podman] in tox dependencies
as per 03cd8ea
1 parent 03cd8ea commit 226aef8

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

README.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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
----

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)