Procházet zdrojové kódy

updated task names leftover from template used

pull/1570/head
Wm Salt Hale před 4 roky
rodič
revize
88b832a818
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      roles/matrix-base/tasks/util/ensure_openssl_installed.yml

+ 2
- 2
roles/matrix-base/tasks/util/ensure_openssl_installed.yml Zobrazit soubor

@@ -8,14 +8,14 @@
when: ansible_distribution == 'CentOS' when: ansible_distribution == 'CentOS'


# This is for both Debian and Raspbian # This is for both Debian and Raspbian
- name: Ensure fuse installed (Debian/Raspbian)
- name: Ensure openssl installed (Debian/Raspbian)
apt: apt:
name: name:
- openssl - openssl
state: latest state: latest
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'


- name: Ensure fuse installed (Archlinux)
- name: Ensure openssl installed (Archlinux)
pacman: pacman:
name: name:
- openssl - openssl


Načítá se…
Zrušit
Uložit