1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

fix two small typos in task names

This commit is contained in:
Jan-Piet Mens 2023-09-10 15:21:36 +02:00
parent 20d8a17f84
commit 66399c05ba
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@
become: false
failed_when: _gitea_gpg_key_status.rc not in (0, 2)
- name: Print gpg key staus on verbosity
- name: Print gpg key status on verbosity
ansible.builtin.debug:
msg: "{{ _gitea_gpg_key_status.stdout }}"
verbosity: 1

View file

@ -53,7 +53,7 @@
changed_when: false
failed_when: _gitea_gpg_key_status.rc not in (0, 2)
- name: Print gpg key staus on verbosity
- name: Print gpg key status on verbosity
ansible.builtin.debug:
msg: "{{ _gitea_gpg_key_status.stdout }}"
verbosity: 1