Skip to content

Commit

Permalink
[lib-sftp] comment out the datadog role temporarily
Browse files Browse the repository at this point in the history
The playbook fails with it there :-(
  • Loading branch information
sandbergja committed Jan 9, 2025
1 parent cf47ccb commit 8794a06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions playbooks/lib_sftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
roles:
- role: ../roles/deploy_user
- role: ../roles/lib_sftp
- role: ../roles/datadog
when: runtime_env | default('staging') == "production"
# The following datadog role causes the playbook to fail as of 9 January, 2024
# - role: ../roles/datadog
# when: runtime_env | default('staging') == "production"

post_tasks:
- name: tell everyone on slack you ran an ansible playbook
Expand Down

0 comments on commit 8794a06

Please sign in to comment.