community.general/tests/integration/targets/connection_proxmox_pct_remote/dependencies.yml

19 lines
515 B
YAML

---
# Copyright (c) 2025 Nils Stein (@mietzen) <github.nstein@mailbox.org>
# Copyright (c) 2025 Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
- hosts: localhost
gather_facts: true
serial: 1
tasks:
- name: Copy pct mock
copy:
src: files/pct
dest: /usr/sbin/pct
mode: '0755'
- name: Install paramiko
pip:
name: "paramiko>=3.0.0"