瀏覽代碼

Merge pull request #228 from danbob/fix-apt-warning

Fix apt message: docker doesn't support arch 'i386'
pull/231/head
Slavi Pantaleev 6 年之前
committed by GitHub
父節點
當前提交
becb9a7b8b
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/matrix-base/tasks/setup_server_base.yml

+ 1
- 1
roles/matrix-base/tasks/setup_server_base.yml 查看文件

@@ -49,7 +49,7 @@

- name: Ensure Docker repository is enabled (Debian)
apt_repository:
repo: "deb https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} stable"
repo: "deb [arch=amd64] https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} stable"
state: present
update_cache: yes
when: ansible_os_family == 'Debian'


Loading…
取消
儲存