Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ansible
docker
Commits
79d1f341
Commit
79d1f341
authored
7 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Reset connection after adding users to the docker group.
parent
d981e522
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
handlers/main.yml
+3
-0
3 additions, 0 deletions
handlers/main.yml
tasks/main.yml
+2
-0
2 additions, 0 deletions
tasks/main.yml
with
5 additions
and
0 deletions
handlers/main.yml
+
3
−
0
View file @
79d1f341
...
...
@@ -10,3 +10,6 @@
service
:
name
:
ufw
state
:
restarted
-
name
:
Reset connection
meta
:
reset_connection
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
2
−
0
View file @
79d1f341
...
...
@@ -67,6 +67,8 @@
name
:
'
{{
item
}}'
groups
:
docker
state
:
present
notify
:
-
Reset connection
-
include
:
docker_gc.yml
when
:
docker_gc|default(False)
...
...
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