Kenny Woodson

Results 14 comments of Kenny Woodson

@Gnitset @cpointner I had started the process almost a year and a half ago. I'm not sure what the process looks like at this point. I'm glad you find it...

@BarbzYHOOL, I had an issue with the role name being discovered in ansible galaxy. I had to update the name in order for it to work. Thanks for filing.

@BarbzYHOOL, When modifying lists there are a couple of options. If you know the entire value of what the list should be then you can substitute the entire value of...

@keitalbame, if you have a specific example then I can assist. I believe replacing or updating parts of the dictionary does work.

@keitalbame, quick example of how to modify: ``` # example of modifying an entire dictionary - yedit: content: "{{ nexus_roles }}" key: "[0]" value: id: foo description: test name: bar...

@BarbzYHOOL, `content: "{{ nexus_roles}}"` is your variable. `content` is just a way to manipulate data in memory. If the data is in a file then use `src: path/to/file`.

There are a few elements to your request. It seems to me that you would like to update a list of dictionaries by first finding the dictionary by using an...

Feel free to fix merge conflicts and I'll merge.

@juliusliunz, please let me know if this is still required. I updated the module to encompass this work. If not, please update and we'll get it merged.

@luto, apologies as I have been heads down working on a few items as well as taking a little PTO. I'll pull down the latest from openshift-ansible.