aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2014-06-06 11:51:52 +0200
committerMilo Casagrande <milo@ubuntu.com>2014-06-06 11:51:52 +0200
commit06faa59779b2c942196ac0ba831b101088e69b0f (patch)
tree8fb3a936e349f20cad49b7ae61e5d0278069b005
parenta713975aef1123510a27235c5de900e5c15d9e40 (diff)
README: Add pull instruction.
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 07a0b26..1fb93c9 100644
--- a/README
+++ b/README
@@ -15,6 +15,11 @@ To include it:
Then commit normally.
+To pull in new changes:
+
+ git fetch ansible_common
+ git pull -s subtree ansible_common master
+
Alternatively, you can use it as an external source for a role. In this case
you need to tell Ansible where to look for roles. Please refer to Ansible
documentation.