Skip to content

Commit

Permalink
Merge pull request #183 from roles-ansible/fg
Browse files Browse the repository at this point in the history
Always import key
  • Loading branch information
DO1JLR authored Jan 18, 2025
2 parents 3cc9a59 + a0dbe4c commit 4ae3414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install_forgejo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
register: _gitea_import_key
become: false
changed_when: '"imported: 1" in _gitea_import_key.stderr'
when: '_gitea_gpg_key_status.rc != 0 or "expired" in _gitea_gpg_key_status.stdout'
# when: '_gitea_gpg_key_status.rc != 0 or "expired" in _gitea_gpg_key_status.stdout'

- name: Check archive signature
become: false
Expand Down

0 comments on commit 4ae3414

Please sign in to comment.