-
Notifications
You must be signed in to change notification settings - Fork 23
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
Renamed docker_ variables to docker__ #15
Conversation
Docker_ variables are moved into their own namespace. Correct variable type resolution by Ansible is ensured by changing ".changed" to "|changed".
|
||
|
||
# .. envvar:: docker_fixed_cirt | ||
# .. envvar:: docker__fixed_cirt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be docker__fixed_cidr
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
strange, it is docker__fixed_cirt in my local repo. Will have a look. Ok, see what you mean now. It should be cidr. I'll fix that too and check the documentation as well.
@tallandtree For bonus points check Migration/upgrade notes 😉 |
@@ -1,6 +1,20 @@ | |||
Changelog | |||
========= | |||
|
|||
**debops.docker** | |||
|
|||
`debops.docker master`_ - unreleased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can change this to plain debops.docker master - unreleased
for now, Changelog will be updated later.
Else the generation of the docs will fail. Changelog will be updated later.
Docker_ variables are moved into their own namespace.
Correct variable type resolution by Ansible is ensured by changing
".changed" to "|changed".