瀏覽代碼

Adjust `/etc/docker/daemon.json` cleanup comment with link to ansible-role-docker PR

pull/4158/head
Slavi Pantaleev 1 年之前
父節點
當前提交
35dd8e46cd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      roles/custom/matrix_playbook_migration/tasks/docker_daemon_options_file_cleanup.yml

+ 1
- 0
roles/custom/matrix_playbook_migration/tasks/docker_daemon_options_file_cleanup.yml 查看文件

@@ -16,6 +16,7 @@
# #
# Here, we make the file go away of no options are set. # Here, we make the file go away of no options are set.
# Idealy, this task would be part of the `ansible-role-docker` role, but it's not (yet). # Idealy, this task would be part of the `ansible-role-docker` role, but it's not (yet).
# See: https://github.com/geerlingguy/ansible-role-docker/pull/498
- name: Ensure the Docker daemon options file is deleted when no longer needed - name: Ensure the Docker daemon options file is deleted when no longer needed
when: matrix_playbook_docker_installation_daemon_options.keys() | length == 0 when: matrix_playbook_docker_installation_daemon_options.keys() | length == 0
ansible.builtin.file: ansible.builtin.file:


Loading…
取消
儲存