Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
infra
ansible-shared
samba
Commits
d965b07c
Commit
d965b07c
authored
Sep 11, 2019
by
Lars Beckers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nfs-server: update shell module usage
parent
b3646f61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
nfs-server/tasks/main.yml
nfs-server/tasks/main.yml
+5
-1
No files found.
nfs-server/tasks/main.yml
View file @
d965b07c
...
...
@@ -78,7 +78,11 @@
when
:
nfs_krb is defined
-
name
:
check that we have a valid service principal
shell
:
klist -k /etc/krb5.keytab | grep "nfs/{{ ansible_fqdn }}"
shell
:
|
set -o pipefail
klist -k /etc/krb5.keytab | grep "nfs/{{ ansible_fqdn }}"
args
:
executable
:
/bin/bash
register
:
principal
failed_when
:
false
tags
:
...
...
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