浏览代码

Fixes typo "users"

OKNoah 8 年前
父节点
当前提交
ebaafcbdf0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

186
 
186
 
187
     ansible-playbook -i --ask-sudo-pass ./hosts site.yml
187
     ansible-playbook -i --ask-sudo-pass ./hosts site.yml
188
     
188
     
189
-If you chose to make a passwordless sudo deploy users, you can omit the `--ask-sudo-pass` argument.
189
+If you chose to make a passwordless sudo deploy user, you can omit the `--ask-sudo-pass` argument.
190
 
190
 
191
 To run just one or more piece, use tags. I try to tag all my includes for easy isolated development. For example, to focus in on your firewall setup:
191
 To run just one or more piece, use tags. I try to tag all my includes for easy isolated development. For example, to focus in on your firewall setup:
192
 
192
 

正在加载...
取消
保存