Comment 2 for bug 1891317

Revision history for this message
Michele Baldessari (michele) wrote :

So the error gets triggered in tripleo_ansible/roles/tripleo_upgrade_hiera/tasks/create-tripleo-upgrade-file.yml:
- name: create the directory for hiera file
  file:
    path: "{{ tripleo_upgrade_hiera_file | dirname }}"
    owner: "root"
    group: "root"
    mode: 0755
    state: directory
  become: true

It seems that the way we invoke the test, sudo is not configured and so this fails. My initial thinking is that we added this test lately and the other upgrade_tasks in tht are not triggering it?