Update main.yml

This commit is contained in:
Joe (rook) 2015-11-09 09:44:45 -05:00
parent e01bea32e0
commit 1844154c1b
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@
option: "{{ item.option }}"
value: "{{ item.value }}"
backup: yes
with_items:
with_items:
- { section: DEFAULT, option: log_dir, value: /var/log/nova}
- { section: DEFAULT, option: verbose, value: True }