Fix a typo in the explanatory note

This patch changes 'seperate' to 'separate'
in the 17 line of tripleo_ansible/roles/
backup_and_restore/tasks/db_backup.yml

Change-Id: I90a93b1a384960a03a91b3ca0dfeeb26bef786aa
This commit is contained in:
zhaoleilc 2020-08-16 20:37:55 +08:00
parent 4cd03b45ac
commit de15f8599a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# Create a backup for each database into seperate files.
# Create a backup for each database into separate files.
- name: Get database root password
command: |
hiera -c '{{ tripleo_backup_and_restore_hiera_config_file }}' 'mysql::server::root_password'