We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a75c1 commit f55165aCopy full SHA for f55165a
README.md
@@ -26,7 +26,11 @@ roles:
26
# version: <tag or commit SHA>
27
```
28
29
-If you want for role auto update, then you can add this role to `.gitignore` (or install it outside of the repository):
+It is also recommended to add role to `.gitignore` (or install it outside of
30
+the repository), this will allow to keep things clean, i.e. you will not
31
+randomly edit the roles file and later `ansible-galaxy` may overwrite them
32
+(though there is one exception to this rule -
33
+[`ansible-pull`](https://github.com/ansible/ansible/issues/76535#issuecomment-1300762202)):
34
35
36
# .gitignore
0 commit comments