On 1/31/20 6:17 PM, Vishal Bobade wrote:
> *_Is it possible to concatenate like below?_*
>
> - name: Retaining latest backup directory
> shell: find $(pwd)/*backup* -type d -prune -exec ls -d {} \; |tail -1
> register: import_back_up_dir
>
> - name: Import dashboard
> grafana_dashboard:
> state: present
> message: Updated by ansible
> overwrite: no
> path: "{{ item }}"
> with_items:
> - "{{ import_back_up_dir }} + SonarQube_Dashboard.json" _>>>>>> I am trying to concatenate like this however
> this is not working - could some one please suggest how can we achieve this concatenation.
Maybe you give us the objective of your task first ...
Regards
Racke
> _
>
> --
> You received this message because you are subscribed to the Google Groups "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to