Skip to content

Commit

Permalink
Ignore errors in check mode when PyMySQL is not installed yet
Browse files Browse the repository at this point in the history
  • Loading branch information
medanthelinium committed Jan 11, 2024
1 parent f331ed1 commit cc4d0a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/databases.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- name: Create databases
ignore_errors: "{{ ansible_check_mode }}"
community.mysql.mysql_db:
name: "{{ db.value.name }}"
encoding: "{{ encoding }}"
Expand Down

0 comments on commit cc4d0a8

Please sign in to comment.