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:
parent
20d8a17f84
commit
66399c05ba
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue