mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
35 tasks/*.yml writing to iiab_state.yml
This commit is contained in:
parent
85bd6ec55b
commit
bd915fcdae
30 changed files with 90 additions and 113 deletions
|
|
@ -49,3 +49,9 @@
|
|||
with_items:
|
||||
- teamviewer*
|
||||
when: teamviewer_install and xo_model == "none" and ansible_distribution_version >= "22"
|
||||
|
||||
- name: "Add 'teamviewer_installed: True' to {{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
lineinfile:
|
||||
dest: "{{ iiab_state_file }}"
|
||||
regexp: '^teamviewer_installed'
|
||||
line: 'teamviewer_installed: True'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue