On 25.01.17 21:33 'Jason Morgan' via Ansible Project wrote: Change this: mariadb_version: 10.1
into this: mariadb_version: "10.1" > - name: Start MariaDB 10.0 > service: name=mysql enabled=yes state=started > when: mariadb_version == '10.0' > > - name: Start MariaDB 10.1 > service: name=mariadb enabled=yes state=started > when: mariadb_version == '10.1' Then the second task should work. Johannes -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a91a4fe7-4f8b-f49d-eeeb-9682b14ba589%40ojkastl.de. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: OpenPGP digital signature
