Skip to content
Snippets Groups Projects
Verified Commit 3f228e5d authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Rename commit variable

Rename the variable so it's more clear it's for the retro website.
parent fab3ef5f
No related branches found
No related tags found
No related merge requests found
Pipeline #247 passed
......@@ -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'
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment