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
274a3b60
Verified
Commit
274a3b60
authored
Jun 13, 2020
by
Frederik Schwan
Committed by
Sven-Hendrik Haase
Jun 17, 2020
Browse files
fix ansible-lint errors introduced while rebasing
parent
2d2c3206
Changes
2
Hide whitespace changes
Inline
Side-by-side
playbooks/tasks/pacman-website.yml
View file @
274a3b60
...
...
@@ -21,6 +21,8 @@
-
name
:
configure
command
:
./configure chdir={{ tempdir.path }}/pacman/pacman-{{ pacman_version }}
register
:
configure
changed_when
:
"
configure.rc
==
0"
-
name
:
make
make
:
chdir={{ tempdir.path }}/pacman/pacman-{{ pacman_version }}/doc target=website
...
...
roles/archwiki/tasks/main.yml
View file @
274a3b60
...
...
@@ -37,7 +37,7 @@
file
:
path=/var/log/nginx/{{ archwiki_domain }} state=directory owner=root group=root mode=0755
-
name
:
make debug log dir
file
:
path=/var/log/archwiki state=directory owner={{archwiki_user}} group=root mode=0700
file
:
path=/var/log/archwiki state=directory owner={{
archwiki_user
}} group=root mode=0700
-
name
:
clone archwiki repo
git
:
repo={{ archwiki_repository }} dest="{{ archwiki_dir }}/public" version={{ archwiki_version }}
...
...
@@ -87,7 +87,7 @@
service
:
name=php-fpm@{{ archwiki_user }}.socket state=started enabled=true
-
name
:
install systemd services/timers
template
:
src="{{item}}.j2" dest="/etc/systemd/system/{{item}}" owner=root group=root mode=0644
template
:
src="{{
item
}}.j2" dest="/etc/systemd/system/{{
item
}}" owner=root group=root mode=0644
loop
:
-
archwiki-runjobs.service
-
archwiki-runjobs-wait.service
...
...
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