Skip to content

Commit

Permalink
Disable ansible lint for some tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Feb 28, 2020
1 parent e9de4c8 commit 41e0d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 41e0d8a

Please sign in to comment.