Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
cd5429a5
Commit
cd5429a5
authored
5 years ago
by
Thomas Woerner
Browse files
Options
Downloads
Patches
Plain Diff
ipareplica_setup_krb: krb is assigned to but never used
krb was set, but not used afterwards. Therefore it can be removed.
parent
ffd8585d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/ipareplica/library/ipareplica_setup_krb.py
+3
-3
3 additions, 3 deletions
roles/ipareplica/library/ipareplica_setup_krb.py
with
3 additions
and
3 deletions
roles/ipareplica/library/ipareplica_setup_krb.py
+
3
−
3
View file @
cd5429a5
...
...
@@ -155,19 +155,19 @@ def main():
with
redirect_stdout
(
ansible_log
):
argspec
=
inspect
.
getargspec
(
install_krb
)
if
"
promote
"
in
argspec
.
args
:
krb
=
install_krb
(
install_krb
(
config
,
setup_pkinit
=
not
options
.
no_pkinit
,
pkcs12_info
=
pkinit_pkcs12_info
,
promote
=
promote
)
else
:
if
"
fstore
"
not
in
argspec
.
args
:
krb
=
install_krb
(
install_krb
(
config
,
setup_pkinit
=
not
options
.
no_pkinit
,
pkcs12_info
=
pkinit_pkcs12_info
)
else
:
krb
=
install_krb
(
install_krb
(
config
,
setup_pkinit
=
not
options
.
no_pkinit
,
pkcs12_info
=
pkinit_pkcs12_info
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment