Skip to content

Commit

Permalink
Change ansible syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudfroidmont committed Jun 27, 2022
1 parent dc0bf03 commit 1d60b0b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions playbooks/roles/autoscaling_mon/tasks/el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@
- name: install protobuf v3.19.4 and mysql connector
become: true
pip:
name: "{{item}}"
name: [protobuf==3.19.4,mysql-connector-python]
executable: pip-3
with_items:
- protobuf==3.19.4
- mysql-connector-python
ignore_errors: yes

0 comments on commit 1d60b0b

Please sign in to comment.