diff options
author | binary <me@rgoncalves.se> | 2020-11-10 23:02:37 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-10 23:02:37 +0100 |
commit | 119daf1dd4f6aa42c5b7c05e985d27a90d4b405f (patch) | |
tree | 3b90be735573b1f86160b9deb9ebc0cdff99d7e4 /roles/vmm | |
parent | 19b568c0917bdba5d5138d925216525afb052023 (diff) | |
download | infrastructure-119daf1dd4f6aa42c5b7c05e985d27a90d4b405f.tar.gz |
Add python3 for ansible
Diffstat (limited to 'roles/vmm')
-rw-r--r-- | roles/vmm/files/init_vm_alpine.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/vmm/files/init_vm_alpine.py b/roles/vmm/files/init_vm_alpine.py index 126a0bc..b755af5 100644 --- a/roles/vmm/files/init_vm_alpine.py +++ b/roles/vmm/files/init_vm_alpine.py @@ -109,6 +109,7 @@ def main(): init_dns() init_ssh() init_packages() + send_cmd(ser, 60, "apk add python3") ser.close() |