Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ skip_list:
- '204' # Lines should be no longer than 160 chars
- '301' # Commands should not change things if nothing needs doing
- '701' # 701 No 'galaxy_info' found
- package-latest # do not insist on avoiding 'latest', we need it in some cases
- unnamed-task
- risky-file-permissions
- role-name
Expand Down
1 change: 0 additions & 1 deletion roles/debian/ansible/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
state: latest
virtualenv: "{{ ce_ansible.venv_path | default(_venv_path) }}"
virtualenv_command: "{{ ce_ansible.venv_command | default(_venv_command) }}"
update_only: true
become: true
become_user: "{{ ce_provision.username }}"

Expand Down