]> git.phdru.name Git - ansible.git/blobdiff - playbooks/roles/python-packages/tasks/main.yml
Feat: Improve task names
[ansible.git] / playbooks / roles / python-packages / tasks / main.yml
index 0abb3a1ea6a6a1d068207ca5172fc90e50b52302..e01e020dfa39fea00ad78452dc00be488fd27870 100644 (file)
@@ -1,4 +1,4 @@
-- name: Install Python and packages
+- name: Install Python and packages (Debian)
   become: true
   apt:
     autoclean: yes
@@ -14,7 +14,7 @@
   register: python
   when: ansible_facts.os_family == 'Debian'
 
-- name: Install Python and packages
+- name: Install Python and packages (RedHat)
   become: true
   dnf:
     name: ['python2', 'python3', 'python2-pip', 'python3-pip',