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

This commit is contained in:
Jenkins 2016-09-19 16:53:59 +00:00 committed by Gerrit Code Review
commit 1863399686

View File

@ -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