Skip to content

Commit 1d60b0b

Browse files
Change ansible syntax
1 parent dc0bf03 commit 1d60b0b

File tree

1 file changed

+1
-4
lines changed
  • playbooks/roles/autoscaling_mon/tasks

1 file changed

+1
-4
lines changed

playbooks/roles/autoscaling_mon/tasks/el.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,6 @@
226226
- name: install protobuf v3.19.4 and mysql connector
227227
become: true
228228
pip:
229-
name: "{{item}}"
229+
name: [protobuf==3.19.4,mysql-connector-python]
230230
executable: pip-3
231-
with_items:
232-
- protobuf==3.19.4
233-
- mysql-connector-python
234231
ignore_errors: yes

0 commit comments

Comments
 (0)