Using this in my ansible install script for my computers, it would be neat if there would be an option to automatically select the profile created when Firefox was never ran. It seems like if you run this script with no ~/.mozilla (Clean install) then you start firefox, it generates another profile instead of using the one created.
It would be useful to either:
Run with the created profile (Not sure but it seems that it's the installs.ini that takes care of this
Let me change the StartWithLastProfile to 0 so that I don't have to run Firefox from the command line first to select my profile
Return the profile path so that I can store it and do this myself
Hi
Using this in my ansible install script for my computers, it would be neat if there would be an option to automatically select the profile created when Firefox was never ran. It seems like if you run this script with no
~/.mozilla
(Clean install) then you start firefox, it generates another profile instead of using the one created.It would be useful to either:
installs.ini
that takes care of thisStartWithLastProfile
to0
so that I don't have to run Firefox from the command line first to select my profileAnyway, thanks for the role its quite useful !