fbo / rpms / python-gear

Forked from rpms/python-gear 4 years ago
Clone
Blob Blame History Raw
- hosts: '{{ hosts | default("localhost") }}'
  vars:
    package: python3-gear
  tasks:
    - name: Check if package exists
      command: "rpm -q {{ package }}"
      args:
        warn: no
    - name: Runtest
      shell: "python3 -c 'import gear'"