Skip to content

Commit

Permalink
fix-user (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohan authored and anmolnagpal committed Aug 26, 2019
1 parent a1361a5 commit 7364bda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ Followiing things includes in this role:
```yaml
- hosts: localhost
remote_user: root
become: true
roles:
- clouddrove.ansible_role_docker
```
Expand All @@ -92,7 +91,7 @@ Followiing things includes in this role:
## Variables

```yaml
docker_users: []
docker_users: ['docker']
```


Expand Down
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ usage: |-
# Variables use in the project
variables: |-
```yaml
docker_users: []
docker_users: ['docker']
```
# How to install project
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

# A list of users who will be added to the docker group.
docker_users: []
docker_users: ['docker']

0 comments on commit 7364bda

Please sign in to comment.