diff --git a/core/modules/user/config/user.role.anonymous.yml b/core/modules/user/config/user.role.anonymous.yml
index 1947f35..dbf7dd4 100644
--- a/core/modules/user/config/user.role.anonymous.yml
+++ b/core/modules/user/config/user.role.anonymous.yml
@@ -1,4 +1,4 @@
 id: anonymous
-label: Anonymous user
-weight: 0
+label: 'Anonymous user'
+weight: '0'
 langcode: en
diff --git a/core/modules/user/config/user.role.authenticated.yml b/core/modules/user/config/user.role.authenticated.yml
index 16df96d..c8b6429 100644
--- a/core/modules/user/config/user.role.authenticated.yml
+++ b/core/modules/user/config/user.role.authenticated.yml
@@ -1,4 +1,4 @@
 id: authenticated
-label: Authenticated user
-weight: 1
+label: 'Authenticated user'
+weight: '1'
 langcode: en
diff --git a/core/profiles/standard/config/user.role.administrator.yml b/core/profiles/standard/config/user.role.administrator.yml
index 282e88c..3244fe2 100644
--- a/core/profiles/standard/config/user.role.administrator.yml
+++ b/core/profiles/standard/config/user.role.administrator.yml
@@ -1,4 +1,4 @@
 id: administrator
-label: Administrator
-weight: 2
+label: 'Administrator'
+weight: '2'
 langcode: en
