Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simple Deploy- and Management
package.dhcp.kea
Commits
87d46826
Commit
87d46826
authored
Mar 11, 2021
by
Richter, Robin
Browse files
fixed typo: ansible.buildin.* -> ansible.builtin.*
parent
9b021e99
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/version.yml
View file @
87d46826
-
name
:
"
request
Kea
version"
-
name
:
"
request
Kea
version"
ansible.buil
d
in.command
:
keactrl --version
ansible.buil
t
in.command
:
keactrl --version
register
:
_versdata
register
:
_versdata
-
name
:
"
store
Kea
version"
-
name
:
"
store
Kea
version"
ansible.buil
d
in.set_fact
:
ansible.buil
t
in.set_fact
:
kea_version
:
"
{{
_versdata['stdout_lines'][0]
}}"
kea_version
:
"
{{
_versdata['stdout_lines'][0]
}}"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment