Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion playbooks/roles/edxapp/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
become_user: "{{ edxapp_user }}"
environment: "{{ edxapp_environment }}"
with_items:
- pip.txt
# - pip.txt
- pip-tools.txt
Comment on lines +138 to 139
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commented-out code should be removed entirely rather than left in place. If pip.txt is no longer needed, remove the comment line. Additionally, using with_items for a single item is inefficient - consider removing the with_items loop and directly specifying the requirement file, or explain why this structure is maintained.

Copilot uses AI. Check for mistakes.
tags:
- install
Expand Down