1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests/integration/targets/pkgng/tasks/main.yml
Ross Williams d075c83ff2 pkgng: move FreeBSD tasks to imported file
Refactoring tests for more reuse and easier
readability.
2021-10-11 16:24:08 +00:00

4 lines
86 B
YAML

---
- import_tasks: freebsd.yml
when:
- ansible_facts.distribution == 'FreeBSD'