9 lines
252 B
YAML
9 lines
252 B
YAML
|
- hosts: "{{ variable_host | default(lab15_standard) }}"
|
||
|
gather_facts: no
|
||
|
become: yes
|
||
|
tasks:
|
||
|
|
||
|
- name: Set nao license
|
||
|
become: yes
|
||
|
shell: /opt/choregraphe/bin/licensekey_cli_setter -s 654e-4564-153c-6518-2f44-7562-206e-4c60-5f47-5f45
|