Skip to content

Commit

Permalink
fix two small typos in task names
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmens committed Sep 10, 2023
1 parent 20d8a17 commit 66399c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/install_forgejo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tasks/install_gitea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66399c0

Please sign in to comment.