diff options
author | pmikus <pmikus@cisco.com> | 2021-08-18 12:04:27 +0000 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2021-08-18 12:04:27 +0000 |
commit | d41a5490f30a161561c39c4f1b08add17b9cf6f7 (patch) | |
tree | 4244f8492f66f5ba1afe1c85c3a55340b125c8f7 /fdio.infra.ansible/roles/cleanup/tasks/clean_images.yaml | |
parent | a24c98b45ca1e9d56039d7649f65ac31e006d949 (diff) |
Infra: Ansible yaml lint cleanup
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: If00b376bd78b7b603d7887c1e149e7dccdb6d217
Diffstat (limited to 'fdio.infra.ansible/roles/cleanup/tasks/clean_images.yaml')
-rw-r--r-- | fdio.infra.ansible/roles/cleanup/tasks/clean_images.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/fdio.infra.ansible/roles/cleanup/tasks/clean_images.yaml b/fdio.infra.ansible/roles/cleanup/tasks/clean_images.yaml index e030acbff2..7558ee0fd7 100644 --- a/fdio.infra.ansible/roles/cleanup/tasks/clean_images.yaml +++ b/fdio.infra.ansible/roles/cleanup/tasks/clean_images.yaml @@ -24,13 +24,13 @@ tags: - remove-docker-images-dangling - # TODO: Disabled until all images will be in registry - #- name: Clean Images - Prune Docker Images - # cron: - # name: "Prune docker images" - # minute: "10" - # hour: "6" - # weekday: 7 - # job: "/usr/bin/docker image prune --all --force" - # tags: - # - prune-docker-images
\ No newline at end of file +# TODO: Disabled until all images will be in registry +# - name: Clean Images - Prune Docker Images +# cron: +# name: "Prune docker images" +# minute: "10" +# hour: "6" +# weekday: 7 +# job: "/usr/bin/docker image prune --all --force" +# tags: +# - prune-docker-images |