Skip to content

Commit f55165a

Browse files
committed
Update wordings about role auto udpate
1 parent 80a75c1 commit f55165a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ roles:
2626
# version: <tag or commit SHA>
2727
```
2828

29-
If you want for role auto update, then you can add this role to `.gitignore` (or install it outside of the repository):
29+
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)):
3034

3135
```
3236
# .gitignore

0 commit comments

Comments
 (0)