1
0
Fork 0
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:
A Holt 2020-01-11 22:05:09 -05:00 committed by GitHub
parent 99f48aae4a
commit d62cdc67cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' }