Sha256: 403f73d56f79d0930ef3363845121c0472d875e98f4eff1151d767f58075c200

Contents?: true

Size: 223 Bytes

Versions: 7

Compression:

Stored size: 223 Bytes

Contents

---
  - name: Install ca-certificates
    become: true
    apt:
      pkg: "{{item}}"
      state: present
    with_items:
      - ca-certificates

  - name: "Set certbot binary"
    set_fact:
      certbot_bin: "certbot"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
subspace-2.5.3 ansible/roles/letsencrypt/tasks/modern.yml
subspace-2.5.2 ansible/roles/letsencrypt/tasks/modern.yml
subspace-2.5.1 ansible/roles/letsencrypt/tasks/modern.yml
subspace-2.5 ansible/roles/letsencrypt/tasks/modern.yml
subspace-2.4.2 ansible/roles/letsencrypt/tasks/modern.yml
subspace-2.4.1 ansible/roles/letsencrypt/tasks/modern.yml
subspace-2.4.0 ansible/roles/letsencrypt/tasks/modern.yml