Blob Blame History Raw
- import_role:
    name: str-common
    tasks_from: inspect.yml

- set_fact:
    req_pkg: zsh

- name: Remove a test package from test-environment
  package:
    name: "{{req_pkg}}"
    state: absent
  when: not is_atomic