mirror of
https://github.com/zahodi/ansible-mikrotik.git
synced 2025-06-21 01:25:47 +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:
|
command_arguments:
|
||||||
name: pre_deploy
|
name: pre_deploy
|
||||||
password: 123
|
password: 123
|
||||||
|
|
||||||
- name: add rollback scheduler task
|
- name: add rollback scheduler task
|
||||||
mt_system_scheduler:
|
mt_system_scheduler:
|
||||||
hostname: "{{ mt_hostname }}"
|
hostname: "{{ mt_hostname }}"
|
||||||
|
@ -37,7 +38,7 @@
|
||||||
|
|
||||||
###################################################################
|
###################################################################
|
||||||
# Place this in the end of your mikrotik playbook this will remove the
|
# 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
|
- name: remove rollback scheduler task if run succesfull
|
||||||
hosts: govsat
|
hosts: govsat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue