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
6000aac6
Unverified
Commit
6000aac6
authored
2 years ago
by
Thomas Woerner
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1029 from rjeffman/automount_tests_fix_ansible_lint
playbooks: Fix automount tasks to make ansible-lint happy
parents
e8354932
a3089484
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
playbooks/automount/automount-map-absent.yml
+1
-1
1 addition, 1 deletion
playbooks/automount/automount-map-absent.yml
playbooks/automount/automount-map-present.yml
+1
-1
1 addition, 1 deletion
playbooks/automount/automount-map-present.yml
with
2 additions
and
2 deletions
playbooks/automount/automount-map-absent.yml
+
1
−
1
View file @
6000aac6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
become
:
no
become
:
no
tasks
:
tasks
:
-
name
:
e
nsure map TestMap is absent
-
name
:
E
nsure map TestMap is absent
ipaautomountmap
:
ipaautomountmap
:
ipaadmin_password
:
SomeADMINpassword
ipaadmin_password
:
SomeADMINpassword
name
:
TestMap
name
:
TestMap
...
...
This diff is collapsed.
Click to expand it.
playbooks/automount/automount-map-present.yml
+
1
−
1
View file @
6000aac6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
become
:
no
become
:
no
tasks
:
tasks
:
-
name
:
e
nsure map TestMap is present
-
name
:
E
nsure map TestMap is present
ipaautomountmap
:
ipaautomountmap
:
ipaadmin_password
:
SomeADMINpassword
ipaadmin_password
:
SomeADMINpassword
name
:
TestMap
name
:
TestMap
...
...
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