Skip to content

Commit

Permalink
Refactor idempotence check for 1 task
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Feb 27, 2020
1 parent 4c3fecf commit 25f9122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
chdir: "{{ express_app_path }}"
become: true
become_user: "{{ express_system_user }}"
changed_when: false
tags:
- molecule-idempotence-notest

# 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 25f9122

Please sign in to comment.