summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/setup_paramiko/install-FreeBSD-python-3.yml
blob: f737fe30176bc3ce7e7efc86ce4f0a47a75d5e9b (plain)
1
2
3
4
5
6
7
8
- name: Setup remote constraints
  include_tasks: setup-remote-constraints.yml
- name: Install Paramiko for Python 3 on FreeBSD
  pip: # no package in pkg, just use pip
    name: paramiko
    extra_args: "-c {{ remote_constraints }}"
  environment:
    SETUPTOOLS_USE_DISTUTILS: stdlib