We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb5e87 commit 9dfe01eCopy full SHA for 9dfe01e
tasks/setup-Archlinux.yml
@@ -3,8 +3,7 @@
3
pacman: "name=mysql-python state=present"
4
5
- name: Ensure MySQL packages are installed.
6
- pacman: "name={{ item }} state=present"
7
- with_items: "{{ mysql_packages }}"
+ pacman: "name={{ mysql_packages }} state=present"
8
register: arch_mysql_install_packages
9
10
- name: Run mysql_install_db if MySQL packages were changed.
0 commit comments