Skip to content
Snippets Groups Projects
Commit 18633996 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Checking valid fernet expiry only need to run once"

parents 041d5174 10bfda62
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@
failed_when: result.stdout | regex_replace('(.*ssh_key.*)', '') | search(":")
- name: Checking fernet_token_expiry in globals.yml. Update fernet_token_expiry to allowed value if this task fails
run_once: true
local_action: command grep '^[^#]*fernet_token_expiry:\s*\d*' "{{ CONFIG_DIR }}/globals.yml" | sed 's/[^0-9]*//g'
register: result
changed_when: false
......
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