You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/egg-info/tasks/main.yml

4 lines
116 B
YAML

- name: Make sure pkg_resources can be imported by plugins
debug:
msg: "{{ lookup('import_pkg_resources') }}"