Skip to content

Commit

Permalink
Refactor when task should run
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Feb 28, 2020
1 parent 25f9122 commit e9de4c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
mode: 0644
owner: "{{ express_system_user }}"
group: "{{ express_system_group }}"
changed_when: false
tags:
- molecule-idempotence-notest
changed_when: false # noqa [301]

- name: Install Javascript requirements
become: true
Expand Down

0 comments on commit e9de4c8

Please sign in to comment.