)]}'
{"ansible/ensure-python.yml":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"1f94d40e99b8cf0190cb061f07b8a7408af72342","unresolved":true,"context_lines":[{"line_number":3,"context_line":"  hosts: all"},{"line_number":4,"context_line":"  gather_facts: no"},{"line_number":5,"context_line":"  vars:"},{"line_number":6,"context_line":"    ansible_user: \"{{ bootstrap_user }}\""},{"line_number":7,"context_line":"  tags:"},{"line_number":8,"context_line":"    - ensure-python"},{"line_number":9,"context_line":"  tasks:"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"fde9adbe_d9cbaf7d","line":6,"range":{"start_line":6,"start_character":4,"end_line":6,"end_character":40},"updated":"2020-12-15 17:26:41.000000000","message":"Can\u0027t assume bootstrap user exists after bootstrapping. Better to add this to kayobe-ansible-user.yml.","commit_id":"8639c29bd375bc00a2b4627dc94bdb55151ce0ac"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"1f94d40e99b8cf0190cb061f07b8a7408af72342","unresolved":true,"context_lines":[{"line_number":8,"context_line":"    - ensure-python"},{"line_number":9,"context_line":"  tasks:"},{"line_number":10,"context_line":"    - name: Check if python is installed"},{"line_number":11,"context_line":"      raw: test -e /usr/bin/python"},{"line_number":12,"context_line":"      changed_when: false"},{"line_number":13,"context_line":"      failed_when: false"},{"line_number":14,"context_line":"      register: check_python"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"db22f0db_d76dd06f","line":11,"range":{"start_line":11,"start_character":19,"end_line":11,"end_character":34},"updated":"2020-12-15 17:26:41.000000000","message":"python3","commit_id":"8639c29bd375bc00a2b4627dc94bdb55151ce0ac"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"1f94d40e99b8cf0190cb061f07b8a7408af72342","unresolved":true,"context_lines":[{"line_number":14,"context_line":"      register: check_python"},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"    - name: Ensure python is installed"},{"line_number":17,"context_line":"      raw: test -e /usr/bin/apt \u0026\u0026 (sudo apt -y update \u0026\u0026 sudo apt install -y python3-minimal) || (sudo yum -y install python3)"},{"line_number":18,"context_line":"      when: check_python.rc !\u003d 0"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"1756608b_339cd50e","line":17,"range":{"start_line":17,"start_character":104,"end_line":17,"end_character":107},"updated":"2020-12-15 17:26:41.000000000","message":"dnf","commit_id":"8639c29bd375bc00a2b4627dc94bdb55151ce0ac"}],"ansible/kayobe-ansible-user.yml":[{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"c5420e5738dc054cdcadc771f62b0d518225a281","unresolved":true,"context_lines":[{"line_number":49,"context_line":"      register: check_python"},{"line_number":50,"context_line":""},{"line_number":51,"context_line":"    - name: Ensure python is installed"},{"line_number":52,"context_line":"      raw: test -e /usr/bin/apt \u0026\u0026 (sudo apt -y update \u0026\u0026 sudo apt install -y python3-minimal) || (sudo dnf -y install python3)"},{"line_number":53,"context_line":"      when: check_python.rc !\u003d 0"},{"line_number":54,"context_line":""},{"line_number":55,"context_line":"- name: Ensure the Kayobe Ansible user account exists"}],"source_content_type":"text/x-yaml","patch_set":3,"id":"4ae05abd_b14c3a27","line":52,"updated":"2020-12-18 12:30:23.000000000","message":"Why not use the package module?","commit_id":"1c458c24a904b9f54ebf026d7227c801f22f49dd"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"ed967d18fa035a38e9d1cbc3c12a0205d5206c3f","unresolved":false,"context_lines":[{"line_number":49,"context_line":"      register: check_python"},{"line_number":50,"context_line":""},{"line_number":51,"context_line":"    - name: Ensure python is installed"},{"line_number":52,"context_line":"      raw: test -e /usr/bin/apt \u0026\u0026 (sudo apt -y update \u0026\u0026 sudo apt install -y python3-minimal) || (sudo dnf -y install python3)"},{"line_number":53,"context_line":"      when: check_python.rc !\u003d 0"},{"line_number":54,"context_line":""},{"line_number":55,"context_line":"- name: Ensure the Kayobe Ansible user account exists"}],"source_content_type":"text/x-yaml","patch_set":3,"id":"0ace3517_14fae9f8","line":52,"in_reply_to":"0c54d0bd_caeb6745","updated":"2020-12-18 13:26:23.000000000","message":"Oh, good point. Makes perfect sense now!","commit_id":"1c458c24a904b9f54ebf026d7227c801f22f49dd"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"9ec46ed3f9968f22403d35b5c06136077fc9ed55","unresolved":true,"context_lines":[{"line_number":49,"context_line":"      register: check_python"},{"line_number":50,"context_line":""},{"line_number":51,"context_line":"    - name: Ensure python is installed"},{"line_number":52,"context_line":"      raw: test -e /usr/bin/apt \u0026\u0026 (sudo apt -y update \u0026\u0026 sudo apt install -y python3-minimal) || (sudo dnf -y install python3)"},{"line_number":53,"context_line":"      when: check_python.rc !\u003d 0"},{"line_number":54,"context_line":""},{"line_number":55,"context_line":"- name: Ensure the Kayobe Ansible user account exists"}],"source_content_type":"text/x-yaml","patch_set":3,"id":"0c54d0bd_caeb6745","line":52,"in_reply_to":"4ae05abd_b14c3a27","updated":"2020-12-18 13:01:45.000000000","message":"Without python installed?","commit_id":"1c458c24a904b9f54ebf026d7227c801f22f49dd"}]}
