Skip to content

Commit

Permalink
removing python-msql task
Browse files Browse the repository at this point in the history
  • Loading branch information
jarv committed Apr 29, 2014
1 parent 5671dfb commit 74fb2c2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions playbooks/edx-east/update_edxapp_db_users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
tasks:
- fail: msg="COMMON_ENVIRONMENT and COMMON_DEPLOYMENT need to be defined to use this play"
when: COMMON_ENVIRONMENT is not defined or COMMON_DEPLOYMENT is not defined
- name: install python mysqldb module
apt: pkg={{item}} install_recommends=no state=present update_cache=yes
sudo: yes
with_items:
- python-mysqldb

- name: assign mysql user permissions for read_only user
mysql_user:
name: "{{ COMMON_MYSQL_READ_ONLY_USER }}"
Expand Down

0 comments on commit 74fb2c2

Please sign in to comment.