From 69bccd69c69d688b39a9bc1f6450bc1810fb874b Mon Sep 17 00:00:00 2001 From: Nathan Weinberg Date: Thu, 11 Feb 2021 12:47:17 -0500 Subject: [PATCH] [B&R] Fixed typos in Backup and Restore role templates Change-Id: Ie9ad56be5706c02d92d9e6ec1415be25020e0b4e --- .../roles/backup_and_restore/templates/local.conf.j2 | 2 +- .../roles/backup_and_restore/templates/rescue.conf.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tripleo_ansible/roles/backup_and_restore/templates/local.conf.j2 b/tripleo_ansible/roles/backup_and_restore/templates/local.conf.j2 index ed4b43644..54c01d2ef 100644 --- a/tripleo_ansible/roles/backup_and_restore/templates/local.conf.j2 +++ b/tripleo_ansible/roles/backup_and_restore/templates/local.conf.j2 @@ -1,6 +1,6 @@ # This configuration file is generated automatically # by the backup_and_restore role part of TripleO -# Ansible. No not edit this file, all changes +# Ansible. Do not edit this file, all changes # will be lost. Refer to the following URL for # more information and implementation details: # https://opendev.org/openstack/tripleo-ansible diff --git a/tripleo_ansible/roles/backup_and_restore/templates/rescue.conf.j2 b/tripleo_ansible/roles/backup_and_restore/templates/rescue.conf.j2 index 0f75f0c4d..156a56289 100644 --- a/tripleo_ansible/roles/backup_and_restore/templates/rescue.conf.j2 +++ b/tripleo_ansible/roles/backup_and_restore/templates/rescue.conf.j2 @@ -1,6 +1,6 @@ # This configuration file is generated automatically # by the backup_and_restore role part of TripleO -# Ansible. No not edit this file, all changes +# Ansible. Do not edit this file, all changes # will be lost. Refer to the following URL for # more information and implementation details: # https://opendev.org/openstack/tripleo-ansible