From 8e468423ea21df90a8d9496f5fc20c31a7db9516 Mon Sep 17 00:00:00 2001 From: Ivan Cvitkovic Date: Tue, 17 Oct 2023 23:53:02 -0700 Subject: [PATCH] noqa --- molecule/default/prepare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/default/prepare.yml b/molecule/default/prepare.yml index 3e8f4b1..f80611a 100644 --- a/molecule/default/prepare.yml +++ b/molecule/default/prepare.yml @@ -2,5 +2,5 @@ - name: Update package cache hosts: all tasks: - - name: Update apt cache # noqa no-changed-when + - name: Update apt cache # noqa no-changed-when command-instead-of-module ansible.builtin.command: apt-get update