diff --git a/tasks/configure_custom_config.yml b/tasks/configure_custom_config.yml index a2ccaac..d0f6693 100644 --- a/tasks/configure_custom_config.yml +++ b/tasks/configure_custom_config.yml @@ -29,7 +29,7 @@ push any local changes and you have to do this manually by yourself. when: - - weechat__custom_config.gen_ssh_key_pair | bool + - weechat__custom_gen_ssh_key_pair | bool - ssh_key_pair.changed - name: clone or update private git repository diff --git a/vars/main.yml b/vars/main.yml index 67f7c35..7c63149 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -9,7 +9,7 @@ weechat_plugin_languages: lua: lua # version management -playbook_version_number: 4220 # should be over ninethousand +playbook_version_number: 4221 # should be over ninethousand playbook_version_path: 'role-weechat_roles-ansible_github.com.version' weechat__debian_weechat_repo: "https://weechat.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} main"