Remove unneeded yarn build execution

This commit is contained in:
Jose M 2019-11-29 10:51:58 +01:00
parent e45aaf6a8e
commit ab4ef23e2a

View File

@ -50,7 +50,6 @@
with_items: with_items:
- "yarn" - "yarn"
- "yarn build" - "yarn build"
- "yarn build" # Executing multiple times to workaround errors returned by yarn build
register: yarn_execution_result register: yarn_execution_result
changed_when: false changed_when: false
args: args: