summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-09-04 12:54:23 -0700
committerDessalines <tyhou13@gmx.com>2019-09-04 12:54:23 -0700
commit05fa6837c40fcae21688e8245a5350425aa7d61b (patch)
tree8a54dcd10583313abaa57dcefa6311c6effc5fbe /README.md
parent8c961dfd808763dc221eae3793c799c499e352f0 (diff)
Adding become to ansible from command line instead.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22e39b7d..8d078abc 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ git clone https://github.com/dessalines/lemmy.git
cd lemmy/ansible/
cp inventory.example inventory
nano inventory # enter your server, domain, contact email
-ansible-playbook lemmy.yml
+ansible-playbook lemmy.yml --become
```
## Develop