diff --git a/doc/source/roles/role-backup-and-restore.rst b/doc/source/roles/role-backup-and-restore.rst index 02161b1c6..4e7b40746 100644 --- a/doc/source/roles/role-backup-and-restore.rst +++ b/doc/source/roles/role-backup-and-restore.rst @@ -83,7 +83,7 @@ Now we create the playbook to create the actual backup. tasks: - name: Backup ceph authentication role include_role: - name: backup_and_restore + name: backup-and-restore tasks_from: ceph_authentication tags: - bar_create_recover_image diff --git a/molecule-requirements.txt b/molecule-requirements.txt index 4c466eb5b..429199cda 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -1,5 +1,4 @@ # this is required for the molecule jobs -ansible ansi2html docker pytest diff --git a/tripleo_ansible/roles/backup-and-restore/vars/redhat.yml b/tripleo_ansible/roles/backup-and-restore/vars/redhat.yml index 16d2be52d..d502f45cf 100644 --- a/tripleo_ansible/roles/backup-and-restore/vars/redhat.yml +++ b/tripleo_ansible/roles/backup-and-restore/vars/redhat.yml @@ -26,5 +26,6 @@ tripleo_backup_and_restore_rear_packages: - syslinux - genisoimage - nfs-utils + - lftp tripleo_backup_and_restore_nfs_packages: - nfs-utils