Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
75564dbe
Verified
Commit
75564dbe
authored
Jun 17, 2020
by
Sven-Hendrik Haase
Browse files
Fix up freswa's linting changes a bit
parent
26c3202c
Changes
3
Hide whitespace changes
Inline
Side-by-side
roles/common/handlers/main.yml
View file @
75564dbe
...
...
@@ -3,7 +3,7 @@
-
name
:
restart networkd
systemd
:
name
:
systemd-networkd
state
:
resarted
state
:
res
t
arted
daemon_reload
:
yes
-
name
:
restart journald
...
...
roles/common/tasks/main.yml
View file @
75564dbe
...
...
@@ -96,7 +96,7 @@
with_items
:
-
journald.conf
notify
:
-
restart
ed
journald
-
restart journald
-
name
:
install syslog-ng
pacman
:
name=syslog-ng state=present
...
...
roles/install_arch/tasks/main.yml
View file @
75564dbe
...
...
@@ -59,6 +59,7 @@
unarchive
:
src
:
/tmp/archlinux-bootstrap-{{ bootstrap_version }}-x86_64.tar.gz
dest
:
/tmp
remote_src
:
yes
creates
:
/tmp/root.x86_64
-
name
:
copy resolv.conf to bootstrap chroot
...
...
@@ -71,7 +72,7 @@
opts
:
rbind
state
:
mounted
fstype
:
none
fstab
:
/
dev/null
fstab
:
/
tmp/dummyfstab
-
name
:
mount /sys to bootstrap chroot
mount
:
...
...
@@ -80,7 +81,7 @@
opts
:
rbind
state
:
mounted
fstype
:
none
fstab
:
/
dev/null
fstab
:
/
tmp/dummyfstab
-
name
:
mount /dev to bootstrap chroot
mount
:
...
...
@@ -89,7 +90,7 @@
opts
:
rbind
state
:
mounted
fstype
:
none
fstab
:
/
dev/null
fstab
:
/
tmp/dummyfstab
-
name
:
mount /mnt to bootstrap chroot
mount
:
...
...
@@ -98,7 +99,7 @@
opts
:
rbind
state
:
mounted
fstype
:
none
fstab
:
/
dev/null
fstab
:
/
tmp/dummyfstab
-
name
:
configure pacman mirror
template
:
src=mirrorlist.j2 dest=/tmp/root.x86_64/etc/pacman.d/mirrorlist owner=root group=root mode=0644
...
...
@@ -133,7 +134,7 @@
opts
:
rbind
state
:
mounted
fstype
:
none
fstab
:
/dev/
null
fstab
:
/dev/
dummyfstab
-
name
:
mount /sys to new chroot
mount
:
...
...
@@ -142,7 +143,7 @@
opts
:
rbind
state
:
mounted
fstype
:
none
fstab
:
/dev/
null
fstab
:
/dev/
dummyfstab
-
name
:
mount /dev to new chroot
mount
:
...
...
@@ -151,8 +152,7 @@
opts
:
rbind
state
:
mounted
fstype
:
none
fstab
:
/dev/null
when
:
not stat_result_dev.stat.exists
fstab
:
/dev/dummyfstab
-
name
:
generate mdadm.conf
shell
:
mdadm --detail --scan >> /mnt/etc/mdadm.conf
...
...
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