Bring consistency to tags

If we filtered this role by running only on tags config/install,
the task changed here wouldn't be properly targeted.

Change-Id: Icbd2fe3d62bcc968f9bae04a0c20a892b1c86096
This commit is contained in:
Jean-Philippe Evrard 2017-01-05 10:57:04 +00:00
parent c51faffd71
commit edf9cc4fbc

View File

@ -19,4 +19,5 @@
dest: "/etc/apt/preferences.d/{{ apt_package_pinning_file_name }}" dest: "/etc/apt/preferences.d/{{ apt_package_pinning_file_name }}"
when: apt_pinned_packages is defined when: apt_pinned_packages is defined
tags: tags:
- apt-package-pinning - apt-package-pinning
- apt-install