We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a6803 commit c5a5fe6Copy full SHA for c5a5fe6
.github/workflows/ci.yml
@@ -53,6 +53,12 @@ jobs:
53
- name: Install test dependencies.
54
run: pip3 install ansible molecule[docker] docker
55
56
+ - name: Force GitHub Actions' docker daemon to use vfs.
57
+ run: |
58
+ sudo systemctl stop docker
59
+ echo '{"cgroup-parent":"/actions_job","storage-driver":"vfs"}' | sudo tee /etc/docker/daemon.json
60
+ sudo systemctl start docker
61
+
62
- name: Discover roles to test.
63
id: roles-discovery
64
run: "echo ::set-output name=ROLELIST::$(ls roles)"
0 commit comments