Always apply core's administrator_role recipe
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3569206. -->
Reported by: [phenaproxima](https://www.drupal.org/user/205645)
Related to !775
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>In <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/byte/issues/3569098" title="Status: Closed (fixed)">#3569098: Administrator role is not created on install</a></span>, we discovered that Byte was not creating the administrator role, because it did not explicitly list <code>core/recipes/administrator_role</code> as a recipe to be applied beforehand.</p>
<p>We added that to Byte, but @pameeela rightfully pointed out that it's kind of nuts to expect all site templates to remember to do this. The administrator role is extremely common and it's very likely that site template creators will, quite understandably, take its existence for granted.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>After <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/recipe_installer_kit/issues/3569200" title="Status: Closed (fixed)">#3569200: Make it possible to reference core recipes in the `recipes` lists</a></span>, we can adjust our install profile so that the administrator_role recipe is <em>always</em> applied when you use a site template in Drupal CMS.</p>
issue