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
d879b5e7
Commit
d879b5e7
authored
Feb 19, 2018
by
Jelle van der Waa
🚧
Browse files
security_tracker: Use a commit for the git version
This makes the security tracker role idempotent.
parent
ea843c10
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/security_tracker/tasks/main.yml
View file @
d879b5e7
...
...
@@ -25,7 +25,7 @@
file
:
state=directory owner=security group=security path="{{ security_tracker_dir }}"
-
name
:
clone security-tracker repo
git
:
repo=https://github.com/archlinux/arch-security-tracker.git version="
stable
" dest="{{ security_tracker_dir }}"
git
:
repo=https://github.com/archlinux/arch-security-tracker.git version="
329112aebb31804cbc6d7651d2d333cda75a4efc
" dest="{{ security_tracker_dir }}"
become
:
true
become_user
:
security
register
:
release
...
...
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