Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mis-configured share/export variables results in service/playbook failure #2

Closed
dale-c-anderson opened this issue Feb 8, 2020 · 1 comment

Comments

@dale-c-anderson
Copy link
Member

In the example playbook, the service is configured before shares.

If the shares are mis-configured, the service restart fails, as expected.

However, after fixing the bad config in the playbook, re-running the playbook results in a condition where the service refuses to start, thus blocking the fixed share config from reaching the server.

Either move the share config so it comes before the service, or do more thorough checking of the export config to avoid the catch 22.

dale-c-anderson added a commit that referenced this issue Feb 8, 2020
…order of roles the README example. Fixes issue #2.
@dale-c-anderson
Copy link
Member Author

Resolved by 1143465

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant