Browse Source

Update README.md

Alex Payne 9 years ago
parent
commit
e0c5ef0378
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      README.md

+ 1
- 2
README.md View File

@@ -182,8 +182,7 @@ To run just one or more piece, use tags. I try to tag all my includes for easy i
182 182
 
183 183
 You might find that it fails at one point or another. This is probably because something needs to be done manually, usually because there’s no good way of automating it. Fortunately, all the tasks are clearly named so you should be able to find out where it stopped. I’ve tried to add comments where manual intervention is necessary.
184 184
 
185
-The `dependencies` tag installs dependencies, the tagged tasks do not rely on the user settings (`vars/user.yml`).
186
-You might find that very convenient for cloud/Docker images.
185
+The `dependencies` tag just installs dependencies, performing no other operations. The tasks associated with the `dependencies` tag do not rely on the user-provided settings that live in `vars/user.yml`. Running the playbook with the `dependencies` tag is particularly convenient for working with Docker images.
187 186
 
188 187
 ### 6. Set up DNS
189 188
 

Loading…
Cancel
Save