commit | e91eb5cb3549873a2b9773e437df00c72c7c8753 | [log] [tgz] |
---|---|---|
author | Peter Pentchev <pp@storpool.com> | Thu Dec 08 16:34:37 2022 +0200 |
committer | Peter Pentchev <pp@storpool.com> | Thu Dec 08 16:34:37 2022 +0200 |
tree | e53b3c3a7c10077ffb12c2e721de29cfd57be9d7 | |
parent | 8c05998bbc2845e15af50e78a870d7f4e1abc728 [diff] |
Check what we actually have in the src/ directory Change-Id: I4ede3a7847f2f365c87deaccb038c31236d7d610
diff --git a/playbooks/charm-cinder-storpool-iscsi/zaza-functional.yaml b/playbooks/charm-cinder-storpool-iscsi/zaza-functional.yaml index a0626d5..d6b5f75 100644 --- a/playbooks/charm-cinder-storpool-iscsi/zaza-functional.yaml +++ b/playbooks/charm-cinder-storpool-iscsi/zaza-functional.yaml
@@ -16,6 +16,9 @@ update_cache: yes become: true + - name: RDBG take a look around + ansible.builtin.shell: find /home/ubuntu/src/ -mindepth 0 -maxdepth 3 -ls + - name: run build ansible.builtin.shell: tox -e build args: