Commit a71c5ad5 authored by nanahira's avatar nanahira

fix optional

parent 4193c0b2
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
authorized_key: authorized_key:
user: "{{ ansible_user_id }}" user: "{{ ansible_user_id }}"
key: "{{ webvirt_ssh_key }}" key: "{{ webvirt_ssh_key }}"
#when: webvirt_ssh_key when: webvirt_ssh_key is defined
- name: cpufreq - name: cpufreq
include_tasks: './tasks/cpufreq.yml' include_tasks: './tasks/cpufreq.yml'
- name: kernel params - name: kernel params
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment