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
9b021e99
Commit
9b021e99
authored
Mar 11, 2021
by
Richter, Robin
Browse files
fixed typo: ansible.buildin.* -> ansible.builtin.*
parent
779bf029
Changes
1
Show whitespace changes
Inline
Side-by-side
tasks/main.yml
View file @
9b021e99
---
-
name
:
create rc.d directory
ansible.buil
d
in.file
:
ansible.buil
t
in.file
:
path
:
"
{{
system_config_directory
}}/rc.d/"
mode
:
'
755'
state
:
directory
-
name
:
install rc.d files
ansible.buil
d
in.copy
:
ansible.buil
t
in.copy
:
src
:
"
{{
_rcfile
}}"
dest
:
"
{{
system_config_directory
}}/rc.d/{{
_rcfile
}}"
loop
:
...
...
@@ -18,7 +18,7 @@
loop_var
:
_rcfile
-
name
:
set permissions of rc.d files
ansible.buil
d
in.file
:
ansible.buil
t
in.file
:
path
:
"
{{
system_config_directory
}}/rc.d/{{
_rcfile
}}"
mode
:
'
555'
loop
:
...
...
@@ -33,7 +33,7 @@
super
:
true
-
name
:
create kea configuration directory
ansible.buil
d
in.file
:
ansible.buil
t
in.file
:
path
:
"
{{
system_config_directory
}}/kea"
state
:
directory
...
...
Write
Preview
Markdown
is supported
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