From cc6eb9b76635f1cd99f6057df6ffc3801595accc Mon Sep 17 00:00:00 2001 From: Valentin Gurmeza Date: Wed, 21 Jun 2017 15:42:40 -0700 Subject: [PATCH] fix spells --- tasks/backup_recover.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks/backup_recover.yml b/tasks/backup_recover.yml index e1da419..32f53a8 100644 --- a/tasks/backup_recover.yml +++ b/tasks/backup_recover.yml @@ -1,6 +1,6 @@ --- ################################################################ -# TEMPORARY TASK TO STORE THE ROLLBACK PROCEDURE +# TEMPORARY PLAYBOOK TO STORE THE ROLLBACK PROCEDURE ####################################################################### ################################################################### @@ -17,6 +17,7 @@ command_arguments: name: pre_deploy password: 123 + - name: add rollback scheduler task mt_system_scheduler: hostname: "{{ mt_hostname }}" @@ -37,7 +38,7 @@ ################################################################### # Place this in the end of your mikrotik playbook this will remove the -# rollback scheduler task if the playbook runs succesfully +# rollback scheduler task if the playbook runs successfully ##################################################################### - name: remove rollback scheduler task if run succesfull hosts: govsat