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
910903cd
Verified
Commit
910903cd
authored
Jun 12, 2020
by
Frederik Schwan
Committed by
Sven-Hendrik Haase
Jun 17, 2020
Browse files
fix E305 'Use shell only when shell functionality is required'
parent
211fc043
Changes
3
Hide whitespace changes
Inline
Side-by-side
playbooks/tasks/pacman-website.yml
View file @
910903cd
...
...
@@ -20,7 +20,7 @@
unarchive
:
src={{ tempdir.path }}/pacman.tar.gz dest={{ tempdir.path }}/pacman/
-
name
:
configure
shell
:
./configure chdir={{ tempdir.path }}/pacman/pacman-{{ pacman_version }}
command
:
./configure chdir={{ tempdir.path }}/pacman/pacman-{{ pacman_version }}
-
name
:
make
make
:
chdir={{ tempdir.path }}/pacman/pacman-{{ pacman_version }}/doc target=website
...
...
roles/install_arch/tasks/main.yml
View file @
910903cd
...
...
@@ -238,7 +238,7 @@
file
:
src=/run/systemd/resolve/stub-resolv.conf dest=/mnt/etc/resolv.conf state=link force=yes
-
name
:
clean pacman cache
shell
:
yes |
chroot /mnt pacman -Scc
command
:
chroot /mnt pacman -Scc
--noconfirm
register
:
chroot_pacman_clean_cache
changed_when
:
"
chroot_pacman_clean_cache.rc
==
0"
...
...
roles/rsync_net/tasks/main.yml
View file @
910903cd
...
...
@@ -4,6 +4,8 @@
# they don't support ansible directly (no Python and such).
-
name
:
create the root backup directory at {{ backup_dir }}
raw
:
mkdir -p {{ backup_dir }}
tags
:
-
skip_ansible_lint
-
name
:
fetch ssh keys from each borg client machine
command
:
cat /root/.ssh/id_rsa.pub
...
...
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