Skip to content

Commit

Permalink
Do not print Ansible logs (DataDog#31814)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 authored Dec 5, 2024
1 parent 643c43a commit e03dff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new-e2e/tests/installer/unix/all_packages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func (s *packageBaseSuite) RunInstallScript(params ...string) {
playbookPath := s.writeAnsiblePlaybook(env, params...)

// Run the playbook
s.Env().RemoteHost.MustExecute(fmt.Sprintf("%sansible-playbook -vvv %s", ansiblePrefix, playbookPath))
s.Env().RemoteHost.MustExecute(fmt.Sprintf("%sansible-playbook %s > /dev/null 2> /dev/null", ansiblePrefix, playbookPath))

// touch install files for compatibility
s.Env().RemoteHost.MustExecute("touch /tmp/datadog-installer-stdout.log")
Expand Down

0 comments on commit e03dff2

Please sign in to comment.