Sha256: a4ea9c6b06da1ac967132b18f0cdde0356e7459cc5de968bb287456c4a6b618a
Contents?: true
Size: 707 Bytes
Versions: 15
Compression:
Stored size: 707 Bytes
Contents
--- - name: Ensure libselinux-python is installed yum: name=libselinux-python - name: Install EPEL repo yum: name: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm" state: present - name: Import EPEL GPG key rpm_key: key: "/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}" state: present - name: Install dependencies yum: name={{item}} with_items: - cronie - gzip - python-boto - s3cmd - set_fact: backup_duplicity_pkg="{{backup_duplicity_pkg}}-{{backup_duplicity_version}}" when: backup_duplicity_version - name: Install duplicity yum: name={{backup_duplicity_pkg}}
Version data entries
15 entries across 15 versions & 1 rubygems