fix the tests, and update documentation

This commit is contained in:
Eric Anderson 2021-06-07 10:32:57 -07:00 committed by Yusuke Tsutsumi
commit 53955f2fa0
10 changed files with 30 additions and 37 deletions

View file

@ -13,11 +13,13 @@
file:
path: /etc/systemd/system/containerd.service.d
state: directory
mode: 0755
when: ansible_service_mgr == "systemd"
- name: override file for containerd
copy:
src: files/override.conf
dest: /etc/systemd/system/containerd.service.d/override.conf
mode: 0644
when: ansible_service_mgr == "systemd"
roles:
- role: google.cloud.gcloud

View file

@ -14,11 +14,13 @@
file:
path: /etc/systemd/system/containerd.service.d
state: directory
mode: 0755
when: ansible_service_mgr == "systemd"
- name: override file for containerd
copy:
src: files/override.conf
dest: /etc/systemd/system/containerd.service.d/override.conf
mode: 0644
when: ansible_service_mgr == "systemd"
roles:
- role: google.cloud.gcsfuse