Skip to content

Commit

Permalink
Merge pull request #123 from jpmens/jp-typo
Browse files Browse the repository at this point in the history
fix two small typos in task names
  • Loading branch information
DO1JLR authored Sep 10, 2023
2 parents d1fd1f4 + 66399c0 commit a0f244d
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 a0f244d

Please sign in to comment.