Fix a task name.

This commit is contained in:
Andrea Dell'Amico 2023-07-21 14:39:59 +02:00
parent 0bca939221
commit 6271ca0831
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
when: redmine_external_ruby_ppa_enabled
tags: ['ruby', 'redmine', 'ruby_packages']
block:
- name: Install a PPA on trusty to get a newer version of ruby
- name: Install a PPA to get a newer version of ruby
ansible.builtin.apt_repository:
repo: "{{ redmine_external_ppa_repo }}"
state: present