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

This commit is contained in:
Zuul 2023-02-08 00:15:59 +00:00 committed by Gerrit Code Review
commit 75bd313678
2 changed files with 7 additions and 0 deletions
ansible/roles/keystone/tasks
releasenotes/notes

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

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes keystone's task which is connecting via ssh instead
locally.
`LP#2004224 <https://launchpad.net/bugs/2004224>`__