Skip to content

Commit e6f559b

Browse files
committed
Consistency changes:wq
1 parent ae233db commit e6f559b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# tasks file
22
---
3-
- name: install native
3+
- name: install | native
44
ansible.builtin.import_tasks: install-native.yml
55
when: pip_install_method == 'native'
66
tags:
77
- configuration
88
- pip
99
- pip-install-native
1010

11-
- name: install pip
11+
- name: install | pip
1212
ansible.builtin.import_tasks: install-get-pip.yml
1313
when: pip_install_method == 'get-pip'
1414
tags:

0 commit comments

Comments
 (0)