Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Update mariadb.md #955

Closed
wants to merge 1 commit into from
Closed

Update mariadb.md #955

wants to merge 1 commit into from

Conversation

andydempster
Copy link

Adding postgresql failure workaround

Adding postgresql failure workaround
@@ -8,6 +8,8 @@ mysql_packages:
- mariadb-server
- python-mysqldb
```
Note that you may also need to add the following line in the event of postgresql failures:
`postgresql_packages: []`
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the same issue/project as mentioned in #957?

There should really never be a case when postgresql_packages isn't defined... unless we're running into the issue in Ansible 2.1.2+ where it tries using certain included tasks' when conditions even if variables aren't yet defined...

In either case, this should never be required—let's keep the discussion in #957 and then open an upstream issue in the postgres role if required.

@geerlingguy geerlingguy closed this Nov 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants