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 everyone, I have a simple yml: ``` - hosts: localhost roles: - roles/kwoodson.yedit tasks: - name: manage yaml files yedit: src: ~/workspace/docker-machines/test/docker-compose.yml key: services.atb.image value: wakka ``` However it...

if value start with zero , the zero is deleted exemple: before version: 05400 after yedit version: 5400

Hi, We need explicit_start inside our yaml , is it possible to set somehow? :)

Hi, We saw we need pyyaml on the server, wouldn't it be nice to fix it so the requirements get auto installed ?

I have yaml file with multiple document . I am trying to read a value from one of the document and I am getting this error while trying to access...

@kwoodson Please enable Travis CI on this repository so I can test changes. The "tox" branch already has a travis file on it. Once you do this, reassign the task...

We should use [ansible-molecule](https://github.com/ansible/molecule) for testing the code. I will take care of this.

enhancement

I've been reading the doc and trying all the parameters but I wonder if I can go from this with this module: ``` my_var: - name: 'name_1' id: 111 -...

I was trying this very useful role( hopefully a future module ;) ) and I'm not able to manipulate a list of dictionaries. What I need to manipulate is something...

The doc is not in an easy to read format