X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Froles%2Fphd%2Ftasks%2Fmain.yml;h=98973042f96342b798268e71915f507ff76a0979;hb=4ddac78094546713d0e96f88932a0a9cfd1432ae;hp=455605f45225f57ee9cd14ba4ef9505991f20cce;hpb=009018ea1ff7e3eab45c523559c0271850da228b;p=ansible.git diff --git a/playbooks/debian/roles/phd/tasks/main.yml b/playbooks/debian/roles/phd/tasks/main.yml index 455605f..9897304 100644 --- a/playbooks/debian/roles/phd/tasks/main.yml +++ b/playbooks/debian/roles/phd/tasks/main.yml @@ -1,6 +1,6 @@ - name: Test if user phd already exists command: test -f ~/.profile -a -f ~/.shellrc - ignore_errors: true + failed_when: false register: phd_exist - debug: