mirror of
https://github.com/zahodi/ansible-mikrotik.git
synced 2025-06-20 17:15:45 +02:00
fix spells
This commit is contained in:
parent
8cdeb6a26e
commit
cc6eb9b766
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue