)]}'
{"ansible/compute-node-discovery.yml":[{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"3b5fa483aa770077569bc7ef5870437f98dbf6df","unresolved":false,"context_lines":[{"line_number":10,"context_line":"    - name: Ensure ipmitool is installed"},{"line_number":11,"context_line":"      package:"},{"line_number":12,"context_line":"        name: ipmitool"},{"line_number":13,"context_line":"        state: installed"},{"line_number":14,"context_line":"      become: True"},{"line_number":15,"context_line":"      run_once: True"},{"line_number":16,"context_line":"      delegate_to: \"{{ controller_host }}\""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"3fa7e38b_e0d6b026","line":13,"updated":"2019-12-06 13:52:50.000000000","message":"Shouldn\u0027t this be present? I don\u0027t see a reference to installed in the docs:\n\nhttps://docs.ansible.com/ansible/2.8/modules/package_module.html","commit_id":"e2fb7095a8a66868623ef16642aaec34d7067ee6"},{"author":{"_account_id":17669,"name":"Doug Szumski","email":"doug@stackhpc.com","username":"DougSzumski"},"change_message_id":"91abff1bdaf283a4a2ab243d17b806c99caecfb8","unresolved":false,"context_lines":[{"line_number":10,"context_line":"    - name: Ensure ipmitool is installed"},{"line_number":11,"context_line":"      package:"},{"line_number":12,"context_line":"        name: ipmitool"},{"line_number":13,"context_line":"        state: installed"},{"line_number":14,"context_line":"      become: True"},{"line_number":15,"context_line":"      run_once: True"},{"line_number":16,"context_line":"      delegate_to: \"{{ controller_host }}\""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"3fa7e38b_75082b90","line":13,"in_reply_to":"3fa7e38b_4d4a5c83","updated":"2019-12-09 09:53:28.000000000","message":"It seems that the yum module is a special case with supporting \u0027installed\u0027 so is there much point making this change without `s/installed/present`?\n\nhttps://docs.ansible.com/ansible/2.8/modules/apt_module.html\nAnd not that this is on the Horizon..\nhttps://docs.ansible.com/ansible/2.8/modules/zypper_module.html","commit_id":"e2fb7095a8a66868623ef16642aaec34d7067ee6"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"6e05964857e38f5a34dc742926f8a15e0eaa69a2","unresolved":false,"context_lines":[{"line_number":10,"context_line":"    - name: Ensure ipmitool is installed"},{"line_number":11,"context_line":"      package:"},{"line_number":12,"context_line":"        name: ipmitool"},{"line_number":13,"context_line":"        state: installed"},{"line_number":14,"context_line":"      become: True"},{"line_number":15,"context_line":"      run_once: True"},{"line_number":16,"context_line":"      delegate_to: \"{{ controller_host }}\""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"3fa7e38b_4d4a5c83","line":13,"in_reply_to":"3fa7e38b_e0d6b026","updated":"2019-12-06 16:34:12.000000000","message":"It will call the yum module, which does support it: https://docs.ansible.com/ansible/2.8/modules/yum_module.html.\n\nWe should switch to present at some point though.","commit_id":"e2fb7095a8a66868623ef16642aaec34d7067ee6"}]}
