Discussions related to ansible configuration management 2022-05-05 rosscdh02:53:54 PMHey all! quick questionam using https://docs.ansible.com/ansible/latest/collections/amazon/aws/ec2_instance_module.html to create a number of instances… it has a volumes segment however not the ability to use a snap-xxxxx volume.. what is the prescribed way to attach a snapshot volume? considering the older ec2 module supported it? rosscdh03:03:50 PMlooks like i need to add a set of state checks and registers and then cross ref to add or not.. rosscdh03:10:08 PMbut this is hella ugly and will require a restart of the machine rosscdh03:10:10 PMcant be the way rosscdh08:47:58 AMoutcome use launch_template for snapshot_id in ec2_instances module 2022-05-17