Milan Z.

Results 1 issues of Milan Z.

##### SUMMARY Adding **`state: present_with_defaults`** to host (and hostgroups) module helps to idempotency in playbook with build: true. ``` theforeman.foreman.host: name: XY state: present build: true ``` => existing installed...