Skip to content

Commit

Permalink
Ops (#3)
Browse files Browse the repository at this point in the history
* update_structure

* update_structure

* update_readme
  • Loading branch information
Sohan authored and anmolnagpal committed Aug 27, 2019
1 parent 49530a0 commit 86c6fd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ Followiing things includes in this role:

```yaml
- hosts: localhost
remote_user: ubuntu
become: true
roles:
remote_user: root
roles:
- clouddrove.ansible_role_docker_php
```

Expand Down
6 changes: 3 additions & 3 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: Ansible Role Docker PHP
license: "MIT"

# Canonical GitHub repo

github_repo: clouddrove/ansible-role-docker-php

# Badges to display
Expand Down Expand Up @@ -55,9 +56,8 @@ description: |-
usage: |-
```yaml
- hosts: localhost
remote_user: ubuntu
become: true
roles:
remote_user: root
roles:
- clouddrove.ansible_role_docker_php
```
# Variables use in the project
Expand Down
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

php_version: 7.3.3
php_user: www-data
php_group: www-data
Expand Down

0 comments on commit 86c6fd2

Please sign in to comment.