Skip to content
Snippets Groups Projects
Commit 75bd3136 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Trivial: Add connection: local for keystone-fernet cron generate task"

parents 3425b0f6 78cf9585
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,7 @@
-n {{ (groups['keystone'] | length) }}
changed_when: false
register: cron_jobs_json
connection: local
delegate_to: localhost
- name: Set fact with the generated cron jobs for building the crontab later
......
---
fixes:
- |
Fixes keystone's task which is connecting via ssh instead
locally.
`LP#2004224 <https://launchpad.net/bugs/2004224>`__
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