Fix quoting bug in redhat and ubuntu#26
Open
lawsontyler wants to merge 2 commits intocouchbaselabs:masterfrom
Open
Fix quoting bug in redhat and ubuntu#26lawsontyler wants to merge 2 commits intocouchbaselabs:masterfrom
lawsontyler wants to merge 2 commits intocouchbaselabs:masterfrom
Conversation
added 2 commits
January 16, 2023 14:34
…eus' node_exporter - Remove compression and max-ttl if it's not the enterprise server edition - Don't include the eventing or analytics ramsize definitions if they're not enabled. Causes an error. - Change all the firewall stuff to loop over the ports in the variable instead of single tasks. - Ensure that we create the directories. - This role installs couchbase, which creates the couchbase user...but the server won't start without the disk paths created with correct ownership. - Therefore, the paths can't effectively be created before or after the role...and must be done _in_ the role.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ansible needs to be valid YAML first. By using double-quotes in the comparison, it looks like the YAML string is finished & has a bunch of trailing garbage, which causes this Ansible error:
Single quotes fix this issue & the install works as expected.