Skip to content

Commit

Permalink
Install python3-devel and redhat-rpm-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Aug 2, 2022
1 parent 306c243 commit dfd0fa3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions playbooks/setup_forklift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
- rubygem-deep_merge
state: 'present'

- name: 'install telemetry system dependencies'
package:
name:
- python3-devel
- redhat-rpm-config
state: 'present'
when:
- forklift_telemetry|default(false)
- ansible_distribution_major_version != '7'

- name: 'install telemetry dependencies'
pip:
name:
Expand Down

0 comments on commit dfd0fa3

Please sign in to comment.