commit | 592b5b81ac6c2618424edc52ff554435910bb3f0 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sun Jan 16 01:21:15 2022 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Sun Jan 16 01:33:46 2022 +0100 |
tree | fefd81f276a9f118292bed00d5fc8ca4321db513 | |
parent | 4d770389ed8c8d020ff60367126c7a7cbd840055 [diff] |
Add ensure-cws-upload role Change-Id: Ic01afc6ff0200b6cef873fb81a805bfb8454f0a8
diff --git a/playbooks/test-ensure-cws-upload.yaml b/playbooks/test-ensure-cws-upload.yaml new file mode 100644 index 0000000..9fc12a5 --- /dev/null +++ b/playbooks/test-ensure-cws-upload.yaml
@@ -0,0 +1,6 @@ +- hosts: all + roles: + - ensure-cws-upload + tasks: + - name: Print chrome-webstore-upload help + command: chrome-webstore-upload --help