Sign in
gerrit
/
plugins
/
task
/
de706a114ff8ed11f7f968982dddce565e339b74
/
.
/
tools
/
playbooks
/
install_python3-distutils.yaml
blob: 75f5a2a7c1affd4f96e693e2fd0cd0ee8a304b41 [
file
] [
log
] [
blame
]
-
hosts:
all
roles:
-
name:
ensure
-
python
tasks:
-
name:
Install python3
-
distutils
become:
true
package:
name:
-
python3
-
distutils
state:
present