Remove selfcheck.json

The file selfcheck.json has no discernable purpose,
so it is removed. The file pip-selfcheck.json is
automatically created by pip and used to track
when last it checked if it's on the latest version.

The tags implemented in the role are also corrected
to ensure that the placement of the pip.conf file
is considered a 'config' task, not an 'install'
task. The sub-tags are removed as they are unnecessary.

Change-Id: I53ad3a9c50071a34286f2351f5f245f272c07638
This commit is contained in:
Jesse Pretorius 2017-11-24 16:43:39 +00:00
parent 991e886e28
commit 4e7e23f6e9
3 changed files with 1 additions and 15 deletions

View File

@ -1 +0,0 @@
{}

View File

@ -23,19 +23,6 @@
- "{{ ansible_env.HOME }}/.cache"
- "{{ ansible_env.HOME }}/.cache/pip"
- "{{ ansible_env.HOME }}/.pip"
tags:
- pip-directories
- name: Drop pip file(s)
copy:
src: "selfcheck.json"
dest: "{{ ansible_env.HOME }}/.cache/pip/selfcheck.json"
owner: "{{ ansible_user_id }}"
group: "{{ ansible_group_id|default(ansible_user_id) }}"
mode: "0644"
force: no
tags:
- pip-files
- name: Drop pip config
config_template:

View File

@ -26,7 +26,7 @@
- include: configure.yml
tags:
- pip_install-install
- pip_install-config
- include: pre_install.yml
tags: