Skip to content

Commit

Permalink
increase installer tests verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Aug 1, 2024
1 parent ef45282 commit 3ad83e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
steps:
- checkout
- run: >
ANSIBLE_JINJA2_NATIVE="<<parameters.jinja2_native>>" ansible-playbook
ANSIBLE_JINJA2_NATIVE="<<parameters.jinja2_native>>" ansible-playbook -vv
-i ./ci_test/inventory/<<parameters.inventory>> "./ci_test/install_installer.yaml"
-e datadog_apm_instrumentation_enabled="<<parameters.apm_enabled>>"
-e datadog_remote_updates="<<parameters.remote_updates>>"
Expand Down
4 changes: 0 additions & 4 deletions tasks/installer-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@
when: not datadog_installer_bootstrap_result.failed
changed_when: true

- name: debug
debug:
msg: "owns agent rc: {{ datadog_installer_owns_agent }}"

- name: Disable agent install if owned by installer
set_fact:
agent_datadog_skip_install: true
Expand Down

0 comments on commit 3ad83e5

Please sign in to comment.