ソースを参照

updated task names leftover from template used

pull/1570/head
Wm Salt Hale 4年前
コミット
88b832a818
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      roles/matrix-base/tasks/util/ensure_openssl_installed.yml

+ 2
- 2
roles/matrix-base/tasks/util/ensure_openssl_installed.yml ファイルの表示

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

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

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


読み込み中…
キャンセル
保存