Rename package install task

The majority of the other roles use "Install distro packages"
as the name for the package installation task. This patch renames the
task in the pip_install role to match.

This will help when we try to profile the CI jobs to see which tasks
are taking the longest time to complete.

Change-Id: I353a4da01d7f99ccc33d9a0e4a494e9b43438da4
Signed-off-by: Major Hayden <major@mhtx.net>
This commit is contained in:
Major Hayden 2017-08-07 14:50:27 -05:00
parent 3fad86e167
commit a4209580d9
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
- include: "pre_install_{{ ansible_pkg_mgr }}.yml"
- name: Install packages
- name: Install distro packages
package:
name: "{{ pip_install_distro_packages }}"
state: "{{ pip_install_package_state }}"