Skip to content

Commit f67d98a

Browse files
Miguel Medinillamamedin
authored andcommitted
RPM: Change percona-release setup -y position
Since percona-release-1.0-31.noarch.rpm the -y argument position must be located before the repository name. Connects to #88
1 parent 4a9f39d commit f67d98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install-centos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# https://www.percona.com/doc/percona-server/LATEST/installation/yum_repo.html
2929
- name: "Enable Percona repository (Percona version >= 8)"
30-
command: "percona-release setup ps{{ mysql_version_major }}{{ mysql_version_minor }} -y"
30+
command: "percona-release setup -y ps{{ mysql_version_major }}{{ mysql_version_minor }}"
3131
when: mysql_version_major|int >= 8 and install_rpm_repositories|bool
3232
changed_when: False # TODO: check for task idempotency
3333

0 commit comments

Comments
 (0)