You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't there be a become_user: "{{ root_user }}" inside the first task of the role (and a definition of this in the defaults/main.yml? This is there in the role for Wannier90 but not here, and if I try to run this role from (an earlier version of) the Quantum Mobile (modified from 19.03) this role fails because it does not become root but it remains max.
Before changing, though, I'd like to understand better how it works (also because I'm using an older QMobile version - btw, shouldn't we pin the versions of the roles rather than use 'master'? If I now want to rebuild an old version of Quantum Mobile, I would anyway get the most recent roles, which is not what we want, right?)
The text was updated successfully, but these errors were encountered:
We're currently in a transition phase, where I'm moving away entirely from the become_user for "simulation code roles" (step 1 here: marvel-nccr/quantum-mobile#96)
Shouldn't there be a
become_user: "{{ root_user }}"
inside the first task of the role (and a definition of this in the defaults/main.yml? This is there in the role for Wannier90 but not here, and if I try to run this role from (an earlier version of) the Quantum Mobile (modified from 19.03) this role fails because it does not becomeroot
but it remainsmax
.Before changing, though, I'd like to understand better how it works (also because I'm using an older QMobile version - btw, shouldn't we pin the versions of the roles rather than use 'master'? If I now want to rebuild an old version of Quantum Mobile, I would anyway get the most recent roles, which is not what we want, right?)
The text was updated successfully, but these errors were encountered: