1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_weechat.git synced 2024-08-16 13:09:48 +02:00

create direcorys properly

This commit is contained in:
L3D 2019-07-20 21:43:40 +02:00
parent 0ba64c6f51
commit 0c1e80e4cc
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 11 additions and 5 deletions

View file

@ -1,5 +1,11 @@
# role_weechat Ansible weechat rolle
Ansible role to install and configure weechat ==========================
Ansible role to install and configure weechat:
What can you do:
-----------------
- install weechat on Debian, Ubuntu, Archlinux or Fedora
- tba
```txt ```txt
WARNING WARNING

View file

@ -11,7 +11,7 @@
- name: create plugin directories - name: create plugin directories
file: file:
path: "{{ weechat_directory }}/{{ item.value }}/autoload" path: "{{ weechat_directory }}/{{ item.value }}/autoload"
state: directory' state: directory
owner: "{{ weechat_user }}" owner: "{{ weechat_user }}"
group: "{{ weechat_user }}" group: "{{ weechat_user }}"
with_dict: '{{ weechat_plugin_languages }}' with_dict: '{{ weechat_plugin_languages }}'

View file

@ -2,7 +2,7 @@
- include_tasks: versioncheck.yml - include_tasks: versioncheck.yml
when: submodules_versioncheck|bool when: submodules_versioncheck|bool
- include_tasks: "install-{{ ansible_os_version|lower }}.yml" - include_tasks: "install-{{ ansible_os_family|lower }}.yml"
when: install_weechat | bool when: install_weechat | bool
- include_tasks: directorys.yml - include_tasks: directorys.yml

View file

@ -9,5 +9,5 @@ weechat_plugin_languages:
lua: lua lua: lua
# version management # version management
playbook_version_number: 1026 # should be over ninethousand playbook_version_number: 1027 # should be over ninethousand
playbook_version_path: '/etc/ansible-version/role-weechat_chaos-bodensee_github.com.version' playbook_version_path: '/etc/ansible-version/role-weechat_chaos-bodensee_github.com.version'