Is there a way so to specify "last line" in tags from a list?. I want to create a new user by using adhocs command. So it won't have to go through all the userlist everytime. Only the last added line. In this case - { id: '7' , user: 'user7' }
---
service_name: vncserver
home_dir: "{{ opt_dir }}/home"
vnc_servers:
- { id: '1' , user: 'user1' }
- { id: '2' , user: 'user2' }
- { id: '3' , user: 'user3' }
- { id: '4' , user: 'user4' }
- { id: '5' , user: 'user5' }
- { id: '6' , user: 'user6' }
- { id: '7' , user: 'user7' } = newly added user