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

key validation failure

Open atodorov-storpool opened this issue 4 years ago • 0 comments

Having the following test.yaml file

:port: 1234
:host: 127.0.0.1

The following task will not update the :host, silently.

---
- name: update host
  yedit:
    src: 'test.yml'
    state: present
    key: ':host'
    value: '0.0.0.0'

atodorov-storpool avatar Aug 05 '20 10:08 atodorov-storpool