Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
c4dff008
Commit
c4dff008
authored
Mar 17, 2019
by
Jelle van der Waa
🚧
Browse files
install_arch: switch to python3
We've changed ansible to use python3 now and Python 2 will be deprecated next year.
parent
9f53e7a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/install_arch/tasks/main.yml
View file @
c4dff008
...
...
@@ -83,7 +83,7 @@
command
:
chroot /tmp/root.x86_64 pacman-key --populate archlinux
-
name
:
install arch base from bootstrap chroot
command
:
chroot /tmp/root.x86_64 pacstrap /mnt base base-devel btrfs-progs grub openssh python
2
creates=/tmp/root.x86_64/mnt/bin
command
:
chroot /tmp/root.x86_64 pacstrap /mnt base base-devel btrfs-progs grub openssh python creates=/tmp/root.x86_64/mnt/bin
-
name
:
mount /proc to new chroot
command
:
mount --rbind /proc /mnt/proc creates=/mnt/proc/uptime
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment