Open atodorov-storpool opened 4 years ago
Having the following test.yaml file
:port: 1234 :host: 127.0.0.1
The following task will not update the :host, silently.
:host
--- - name: update host yedit: src: 'test.yml' state: present key: ':host' value: '0.0.0.0'
Having the following test.yaml file
The following task will not update the
:host
, silently.