Does Github have an idempotent API for creating tickets?
On Mon, Nov 25, 2013 at 1:19 PM, Michael DeHaan <[email protected]>wrote: > BTW, if this is creating a second, please file a bug. > > +5 ansible points for not saying "idempotent" in the ticket :) > > > > > On Mon, Nov 25, 2013 at 4:18 PM, Bruce Pennypacker < > [email protected]> wrote: > >> For the time being you can use command=facts to see if it already exists >> and only use command=create if it doesn't. >> >> -Bruce >> >> >> On Monday, November 25, 2013 4:07:41 PM UTC-5, Chris Shenton wrote: >>> >>> I can create an AWS EC2 instance with the 'ec2' module and a unique >>> 'id', and Ansible skips creation if an instance with this name already >>> exists. This feature doesn't seem to exist in the 'rds' module. >>> >>> Any suggestions how to check for existence of an RDS and only create if >>> it doesn't exist? >>> >>> Thanks. >>> >>> -- >> 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]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Michael DeHaan <[email protected]> > CTO, AnsibleWorks, Inc. > http://www.ansibleworks.com/ > > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Peter Gehres Site Reliability Engineer | AppDynamics, Inc. www.appdynamics.com | AS62897 -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
