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
3f228e5d
Verified
Commit
3f228e5d
authored
Jun 17, 2020
by
Jelle van der Waa
🚧
Browse files
Rename commit variable
Rename the variable so it's more clear it's for the retro website.
parent
fab3ef5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/archweb/defaults/main.yml
View file @
3f228e5d
...
...
@@ -47,4 +47,4 @@ archweb_db_backup_sequence_objs: 'ALL_IN_SCHEMA'
archweb_retro_repository
:
'
https://git.archlinux.org/archweb-retro.git'
archweb_retro_dir
:
'
/srv/http/archweb-retro'
archweb_commit_hash
:
'
7eee8e20d3970c7c21ecef7ae8c9032e4b4a6d79'
archweb_
retro_
commit_hash
:
'
7eee8e20d3970c7c21ecef7ae8c9032e4b4a6d79'
roles/archweb/tasks/main.yml
View file @
3f228e5d
...
...
@@ -311,7 +311,7 @@
git
:
repo
:
"
{{
archweb_retro_repository
}}"
dest
:
"
{{
archweb_retro_dir
}}"
version
:
"
{{
archweb_commit_hash
}}"
version
:
"
{{
archweb_
retro_
commit_hash
}}"
become
:
true
become_user
:
archweb
when
:
archweb_site|bool
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