@ -13,7 +13,7 @@
update_cache: yes
- name: Ensure Docker is installed
apt:
pacman:
name:
- docker
state: latest
@ -22,7 +22,7 @@
- openssl
update_cache: no
when: "matrix_ssl_retrieval_method == 'self-signed' and ansible_distribution == 'Archlinux'
when: "matrix_ssl_retrieval_method == 'self-signed' and ansible_distribution == 'Archlinux'"
- name: Generate self-signed certificates
include_tasks: "{{ role_path }}/tasks/ssl/setup_ssl_self_signed_obtain_for_domain.yml"
when: "ansible_os_family == 'Debian'"
- name: Ensure git installed (Archlinux)
pacman
- git
state: present