From 41e0d8a42647884736a397f50fbf6396593a240c Mon Sep 17 00:00:00 2001 From: p-netm Date: Fri, 28 Feb 2020 11:48:02 +0300 Subject: [PATCH] Disable ansible lint for some tasks --- tasks/configure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 6a2932c..5f045cc 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -8,7 +8,7 @@ group: "{{ express_system_group }}" tags: - molecule-idempotence-notest - changed_when: false # noqa [301] + changed_when: false # noqa 301 - name: Install Javascript requirements become: true @@ -27,7 +27,7 @@ become: true become_user: "{{ express_system_user }}" tags: - - molecule-idempotence-notest + - molecule-idempotence-notest # noqa 301 # creates a sym-link express_codebase_path; that points to the express checkout path - name: Make the new codebase current