Skip to content

Commit

Permalink
Adding a note about priviledges to README. (LemmyNet#18)
Browse files Browse the repository at this point in the history
* Adding a note about priviledges to README.

* Some corrections.
  • Loading branch information
dessalines authored Nov 26, 2021
1 parent 34497c3 commit a3ac3cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Run the playbook:

`ansible-playbook -i inventory/hosts lemmy.yml`

*Note*: if you are not the root user or don't have password-less sudo, use this command:

`ansible-playbook -i inventory/hosts lemmy.yml --ask-become-pass`

If the command above fails, you may need to comment out this line In the ansible.cfg file:

`interpreter_python=/usr/bin/python3`
Expand Down
1 change: 0 additions & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ pipelining = True

[privilege_escalation]
become = True
become_ask_pass: True

0 comments on commit a3ac3cc

Please sign in to comment.