소스 검색

Remove mysql version pinning to mysql-server-5.6

Ubuntu 18.04 LTS has 5.7 which is functionally the same, and removing the version pin should make it work in 99.9999% of installs...
pull/3/head
yaleman 2 년 전
committed by GitHub
부모
커밋
8a67228213
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/mysql/tasks/main.yml

+ 1
- 1
roles/mysql/tasks/main.yml 파일 보기

@@ -2,7 +2,7 @@

- name: mysql-server - installation
apt:
pkg: mysql-server-5.6
pkg: mysql-server
state: present

- name: python-mysqldb - installation


불러오는 중...
취소
저장