X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=automation%2Fansible%2Fplaybooks%2Fpost-imagebuild-clean.yml;h=4a352fc24db60c1c18a83cf2f268fe261e25fb3e;hb=8c849496a6eef37baa7f9e5b1a6acaffdf1e2fae;hp=d4eb23ddfb4457c8fdb9db6378d7278946b24288;hpb=883b70386ae17f6f183231387477d1aed35eac9a;p=lttng-ci.git diff --git a/automation/ansible/playbooks/post-imagebuild-clean.yml b/automation/ansible/playbooks/post-imagebuild-clean.yml index d4eb23d..4a352fc 100644 --- a/automation/ansible/playbooks/post-imagebuild-clean.yml +++ b/automation/ansible/playbooks/post-imagebuild-clean.yml @@ -18,6 +18,9 @@ ignore_errors: true - ansible.builtin.shell: cmd: 'history -cw' + # Some default shells don't have the `history` built-in, + # and it's not blocking that this works or not. + ignore_errors: true - ansible.builtin.file: path: /root/.ssh/authorized_keys2 state: absent