Skip to content

Commit

Permalink
fix spells
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Gurmeza committed Jun 21, 2017
1 parent 8cdeb6a commit cc6eb9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/backup_recover.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
################################################################
# TEMPORARY TASK TO STORE THE ROLLBACK PROCEDURE
# TEMPORARY PLAYBOOK TO STORE THE ROLLBACK PROCEDURE
#######################################################################

###################################################################
Expand All @@ -17,6 +17,7 @@
command_arguments:
name: pre_deploy
password: 123

- name: add rollback scheduler task
mt_system_scheduler:
hostname: "{{ mt_hostname }}"
Expand All @@ -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
Expand Down

0 comments on commit cc6eb9b

Please sign in to comment.