ansible / vscode-ansible

vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.
https://ansible.readthedocs.io/projects/vscode-ansible/
MIT License
337 stars 77 forks source link

Outline should not be updated if it is given in the input to generation API #1389

Closed TamiTakamiya closed 2 weeks ago

TamiTakamiya commented 2 weeks ago

On the step 2 of Playbook Generation UI, a user can edit outline as a numbered list. If it is edited, the edited outline is sent to WCA generate playbook API. At that time, we do not need to create outline. However, the current code create outline and update the edited outline with the created outline. This PR is for fixing that behavior.