commit | 5d353c06a449169e96c709048abda4dfeedd5852 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sat May 04 01:34:32 2024 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Fri May 31 23:45:49 2024 +0200 |
tree | 68f928d20e9c40a0d37b7d395e64dc7ad14466be | |
parent | 16b9f46fce8f5946f915c40f537264b57237f5b7 [diff] |
feat(web-ext-lint): allow using project's web-ext package Change-Id: I74889983796e96754e0c9347f5b94d6a7da02c76
diff --git a/playbooks/web-ext-lint/pre.yaml b/playbooks/web-ext-lint/pre.yaml index ccd2fad..37d845b 100644 --- a/playbooks/web-ext-lint/pre.yaml +++ b/playbooks/web-ext-lint/pre.yaml
@@ -1,4 +1,6 @@ -- name: Ensure web-ext is installed - hosts: all - roles: - - ensure-web-ext +- hosts: all + tasks: + - name: Ensure web-ext is installed + include_role: + name: ensure-web-ext + when: use_standalone_web_ext