Browse Source

Merge pull request #5713 from mtnbikenc/fix-inventory

Fix typo in inventory example
Scott Dodson 7 năm trước cách đây
mục cha
commit
fb14c502b3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      inventory/byo/hosts.example

+ 2 - 2
inventory/byo/hosts.example

@@ -894,9 +894,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 # You may wish to disable these or make them non fatal
 #
 # openshift_upgrade_pre_storage_migration_enabled=true
-# openshift_upgrade_pre_storage_migration_fatal==true
+# openshift_upgrade_pre_storage_migration_fatal=true
 # openshift_upgrade_post_storage_migration_enabled=true
-# openshift_upgrade_post_storage_migration_fatal==false
+# openshift_upgrade_post_storage_migration_fatal=false
 
 # host group for masters
 [masters]