Skip to content

Commit

Permalink
add exit discard in ignore_keywords
Browse files Browse the repository at this point in the history
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
  • Loading branch information
trishnaguha committed Sep 10, 2018
1 parent cf71f08 commit 88ed410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion defaults/main.yml
Expand Up @@ -9,6 +9,7 @@ vyos_config_working_dir: ~/.ansible/vyos
vyos_config_temp_config_file: "tmp_{{ inventory_hostname_short }}"
vyos_config_remove_temp_files: "{{ remove_temp_files | default(True) }}"
vyos_config_ignore_keywords:
- exit
- commit
- discard
- exit
- exit discard

0 comments on commit 88ed410

Please sign in to comment.