refactor: standardize tasks’ name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Git rbenv
|
||||
- name: Get rbenv git
|
||||
remote_user: mastodon
|
||||
ansible.builtin.git:
|
||||
repo: "https://github.com/rbenv/rbenv.git"
|
||||
@@ -8,7 +8,7 @@
|
||||
single_branch: true
|
||||
version: master
|
||||
|
||||
- name: Git ruby-build
|
||||
- name: Get ruby-build git
|
||||
remote_user: mastodon
|
||||
ansible.builtin.git:
|
||||
repo: https://github.com/rbenv/ruby-build.git
|
||||
|
Reference in New Issue
Block a user