Skip to content

Commit

Permalink
Consistency changes:wq
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Dec 16, 2024
1 parent ae233db commit e6f559b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# tasks file
---
- name: install native
- name: install | native
ansible.builtin.import_tasks: install-native.yml
when: pip_install_method == 'native'
tags:
- configuration
- pip
- pip-install-native

- name: install pip
- name: install | pip
ansible.builtin.import_tasks: install-get-pip.yml
when: pip_install_method == 'get-pip'
tags:
Expand Down

0 comments on commit e6f559b

Please sign in to comment.