Skip to content

Commit

Permalink
add debian update
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahms committed Nov 16, 2023
1 parent dd7fa30 commit 350bbd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/setup_dbt7/tasks/dbt7_install_packages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Install additional supporting packages
- name: Install additional supporting packages on Redhat
ansible.builtin.package:
name:
- bc
Expand All @@ -21,7 +21,7 @@
when: ansible_os_family == "RedHat"
become: true

- name: Install DBT-7 supporting packages
- name: Install DBT-7 supporting packages on Debian
ansible.builtin.package:
name:
- bc
Expand Down

0 comments on commit 350bbd0

Please sign in to comment.