ansible-role-yedit icon indicating copy to clipboard operation
ansible-role-yedit copied to clipboard

Ansible Role for Yaml editing

Results 48 ansible-role-yedit issues
Sort by recently updated
recently updated
newest added

Hello, First of all, good job, this role it's awesome. I'm trying to use it but I have the next error. FAILED! => {"failed": true, "msg": "ERROR! error importing module...

I fixed the bug #40 by specifying the positional arguments for all occurrences of `*.format(`. Also replaced the `%s` placeholder with `{0}` in line 204.

I love what you've made here but I'm running into some trouble. I'm using ansible-vault and yedit is failing with the encrypted strings generated by it. It seems to be...

Building and testing this project currently depends on a couple of custom python scripts as well as special commands, which need to be executed. This PR defines a common interface...

Hi, The [version of yedit](https://github.com/openshift/openshift-ansible/blob/master/roles/lib_utils/library/yedit.py) used in openshift has and additional feature (`edits`), but it also (re?)introduces a bug (invalid timestamps). Could you update the version here to include the...

Currently this module only has tests for the underlying [`Yedit`-class](https://github.com/kwoodson/yedit/blob/master/roles/lib_yaml_editor/build/src/yedit.py#L7). There is a [rather complete set of ansible-tasks](https://github.com/kwoodson/yedit/tree/master/roles/lib_yaml_editor/build/test) within the repository, but their output is never checked, nor are they...

Simmilar to `append: yes` there should be a `prepend: yes` to add something as the first entry on a list. ``` yaml - name: add oranges to the end, because...

Hi, There could be 'lock' option in yedit which would lock the file if there are multiple simultaneous accesses to the file. I tested code below and seems to be...

ruamel.yaml no longer exposes load and safe_load methods. commented 3 lines from line 189 to disable ruamel.yaml and use default yaml