Removed a few syntax bugs in Archlinux configuration
This commit is contained in:
parent
4bc73ff4bb
commit
8c9b5ea6dd
@ -13,7 +13,7 @@
|
|||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
- name: Ensure Docker is installed
|
- name: Ensure Docker is installed
|
||||||
apt:
|
pacman:
|
||||||
name:
|
name:
|
||||||
- docker
|
- docker
|
||||||
state: latest
|
state: latest
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
- openssl
|
- openssl
|
||||||
state: latest
|
state: latest
|
||||||
update_cache: no
|
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
|
- name: Generate self-signed certificates
|
||||||
include_tasks: "{{ role_path }}/tasks/ssl/setup_ssl_self_signed_obtain_for_domain.yml"
|
include_tasks: "{{ role_path }}/tasks/ssl/setup_ssl_self_signed_obtain_for_domain.yml"
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
when: "ansible_os_family == 'Debian'"
|
when: "ansible_os_family == 'Debian'"
|
||||||
|
|
||||||
- name: Ensure git installed (Archlinux)
|
- name: Ensure git installed (Archlinux)
|
||||||
pacman
|
pacman:
|
||||||
name:
|
name:
|
||||||
- git
|
- git
|
||||||
state: present
|
state: present
|
||||||
|
Loading…
Reference in New Issue
Block a user