diff --git a/files/selfcheck.json b/files/selfcheck.json deleted file mode 100644 index 9e26dfe..0000000 --- a/files/selfcheck.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tasks/configure.yml b/tasks/configure.yml index 0ab02a7..b9f7425 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -35,19 +35,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: diff --git a/tasks/main.yml b/tasks/main.yml index 087f63a..11f8f5e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -26,7 +26,7 @@ - include: configure.yml tags: - - pip_install-install + - pip_install-config - include: install.yml tags: