Skip to content

Commit

Permalink
style: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed Oct 7, 2024
1 parent c95d0c3 commit a5206b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ argument_specs:
short_description: 'Jira'
description:
- 'An Ansible role to install, configure and update L(Jira,https://www.atlassian.com/ru/software/jira).'
author:
- 'Melekhin Anton'
author: 'Melekhin Anton'
options:
jira_product:
type: 'str'
Expand Down
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
mode: 0644
delegate_to: localhost

- name: 'Unarchive Jira'
- name: 'Unarchive Jira on a target host'
become: true
ansible.builtin.unarchive:
src: '{{ jira_download_path }}/{{ jira_archive_name }}'
Expand Down

0 comments on commit a5206b8

Please sign in to comment.