Hi

below playbook only export 1 ec2 tags

Any please suggestions how can i modify to export all 


---
  - name: ec2 info
    hosts: local
    connection: local
    tasks:
      - name: EC2 info
        amazon.aws.ec2_tag_info:
          region: us-east-1
          validate_certs: no
          resource: i-*
        register: instance_tags
      - name: Displaying output
        ansible.builtin.debug:
          var: instance_tags

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/4c60d403-644b-439d-abc2-0399853c57can%40googlegroups.com.

Reply via email to