1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-10-31 00:42:25 -04:00 committed by GitHub
parent 35579afdcc
commit 3a60cd77a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,12 @@
include_tasks: install.yml include_tasks: install.yml
when: teamviewer_install when: teamviewer_install
- name: Add teamviewer to service list - name: Add 'teamviewer' variable values to {{ iiab_ini_file }}
ini_file: dest='{{ iiab_ini_file }}' ini_file:
section=teamviewer path: "{{ iiab_ini_file }}"
option='{{ item.option }}' section: teamviewer
value='{{ item.value }}' option: "{{ item.option }}"
value: "{{ item.value }}"
with_items: with_items:
- option: name - option: name
value: teamviewer value: teamviewer