mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Revert to "{{ item.value }}" in 2-common/tasks/xo.yml
This commit is contained in:
parent
99f48aae4a
commit
d62cdc67cf
1 changed files with 2 additions and 2 deletions
|
@ -60,9 +60,9 @@
|
|||
dest: /etc/NetworkManager/system-connections/"Sugar Modem Connection"
|
||||
section: ppp
|
||||
option: "{{ item.option }}"
|
||||
value: "{{ item.value | string }}"
|
||||
value: "{{ item.value }}" # "{{ item.value | string }}" not nec, as they're already strings.
|
||||
backup: yes
|
||||
mode: 0600
|
||||
mode: '0600'
|
||||
with_items:
|
||||
- { option: 'lcp-echo-failure', value: '5' }
|
||||
- { option: 'lcp-echo-interval', value: '30' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue