)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":6926,"name":"Bogdan Dobrelya","email":"bdobreli@redhat.com","username":"bogdando"},"change_message_id":"bafe04ec6619297dbb6f89fc3614d82caf1c5d2e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"9fd933fb_61c8d361","updated":"2022-11-29 16:12:12.000000000","message":"thanks! this looks better now! :)","commit_id":"8f25435e6b1610dccc5daa7b4da216ce5d571fc0"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"0db19c7e82e08ac48338d92e09e93ec80add6279","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"60147adb_55928552","updated":"2022-11-30 02:21:19.000000000","message":"https://docs.ansible.com/ansible/latest/collections/ansible/builtin/copy_module.html#parameter-content\n\nHmm. the documentation says we should not do this. let me recheck it.\n\nFor advanced formatting or if content contains a variable, use the ansible.builtin.template module.","commit_id":"ceeda2963c230deda51532648e899e5fdd945e9d"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"dd099d5624f880f38ec711fe0d1fc2c7c37aac8f","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"c7b5a1e2_4d181ec6","in_reply_to":"60147adb_55928552","updated":"2022-11-30 02:30:18.000000000","message":"A quick testing revealed this works.\n\n```\n---\n- name: Test\n  hosts: all\n  become: yes\n  tasks:\n    - copy:\n        dest: \"/home/stack/foo.txt\"\n        content: |\n          I\u0027m testing {{ foo }}\n      vars:\n        foo: \"this\"\n```\n\nSo we are probably good with this approach.","commit_id":"ceeda2963c230deda51532648e899e5fdd945e9d"}],"deployment/nova/nova-compute-container-puppet.yaml":[{"author":{"_account_id":6926,"name":"Bogdan Dobrelya","email":"bdobreli@redhat.com","username":"bogdando"},"change_message_id":"bafe04ec6619297dbb6f89fc3614d82caf1c5d2e","unresolved":true,"context_lines":[{"line_number":1502,"context_line":"                    [Install]"},{"line_number":1503,"context_line":"                    WantedBy\u003dmulti-user.target"},{"line_number":1504,"context_line":"                vars:"},{"line_number":1505,"context_line":"                  virsh_container: {{ tripleo_nova_libvirt_virsh_container | default(\u0027nova_virtproxyd\u0027) }}"},{"line_number":1506,"context_line":"              - name: Making sure virt-guest-shutdown.target is present"},{"line_number":1507,"context_line":"                copy:"},{"line_number":1508,"context_line":"                  dest: /etc/systemd/system/virt-guest-shutdown.target"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"8d53c097_3b01ddf9","line":1505,"updated":"2022-11-29 16:12:12.000000000","message":"missing double quotes here","commit_id":"8f25435e6b1610dccc5daa7b4da216ce5d571fc0"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"dd099d5624f880f38ec711fe0d1fc2c7c37aac8f","unresolved":false,"context_lines":[{"line_number":1502,"context_line":"                    [Install]"},{"line_number":1503,"context_line":"                    WantedBy\u003dmulti-user.target"},{"line_number":1504,"context_line":"                vars:"},{"line_number":1505,"context_line":"                  virsh_container: {{ tripleo_nova_libvirt_virsh_container | default(\u0027nova_virtproxyd\u0027) }}"},{"line_number":1506,"context_line":"              - name: Making sure virt-guest-shutdown.target is present"},{"line_number":1507,"context_line":"                copy:"},{"line_number":1508,"context_line":"                  dest: /etc/systemd/system/virt-guest-shutdown.target"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"92aa59db_a31425da","line":1505,"in_reply_to":"8d53c097_3b01ddf9","updated":"2022-11-30 02:30:18.000000000","message":"Done","commit_id":"8f25435e6b1610dccc5daa7b4da216ce5d571fc0"}]}
