Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't fail if the package is already installed on Windows #465

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
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
1 change: 1 addition & 0 deletions tasks/pkg-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
win_package:
path: "{{ agent_download_msi_result.dest }}"
arguments: "{{ agent_win_install_args }}"
expected_return_code: [0, 1603, 3010]
register: agent_datadog_agent_install
when: (not agent_datadog_skip_install) and (not ansible_check_mode)

Expand Down