Open
Description
What is the issue ?
First of all thank you for developing ARA. It's great.
I noticed the following issue (not super important but I figured I should report it anyway).
When running the following command:
ansible-playbook -l host1 playbooks/playbook1.yml playbooks/playbook2.yml
ansible
treats this as two separate runs which show up separately on ARA. All fine until here. However while the first run as the following labels
: check: False, tags:all, subset:host1, default_label
, the second run only gets default_label
.
By default_label
I mean the one I have set in ansible.cfg
with default_labels =
Tested with ara 1.7.1
What should be happening ?
Ideally the labels would be the same for both playbooks
Metadata
Metadata
Assignees
Labels
No labels