summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/setup_paramiko/install-Fedora-35-python-3.yml
blob: bbe97a963922b84ef8e794304aaeff878de81de4 (plain)
1
2
3
4
5
6
7
8
9
- name: Install Paramiko and crypto policies scripts
  dnf:
    name:
      - crypto-policies-scripts
      - python3-paramiko
    install_weak_deps: no

- name: Drop the crypto-policy to LEGACY for these tests
  command: update-crypto-policies --set LEGACY