diff options
Diffstat (limited to 'ansible/playbooks')
-rw-r--r-- | ansible/playbooks/jhbuild_run.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/playbooks/jhbuild_run.yaml b/ansible/playbooks/jhbuild_run.yaml index b159e15..ff9d290 100644 --- a/ansible/playbooks/jhbuild_run.yaml +++ b/ansible/playbooks/jhbuild_run.yaml @@ -15,5 +15,5 @@ - name: "Installing auth key" template: src=../templates/.jhbuildrc-auth.j2 dest=~/.jhbuildrc-auth - - name: "Cloning relevant modules - this will take a very long time" + - name: "Cloning relevant modules - this will take a very long time - use htop and watch for git processes" shell: executable=/bin/bash ~/.local/bin/jhbuild update endless-apps |