f3141ba
---
f3141ba
- name: Ansible recipe for a container image where the tests will run
f3141ba
  hosts: all
f3141ba
  tasks:
f3141ba
  - dnf:
f3141ba
      name:
f3141ba
      - standard-test-roles
f3141ba
      - make
f3141ba
      state: installed
f3141ba
  - file:
f3141ba
      src: /usr/bin/python3
f3141ba
      dest: /usr/bin/python
f3141ba
      state: link