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:
parent
0ba64c6f51
commit
0c1e80e4cc
4 changed files with 11 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,5 +1,11 @@
|
|||
# role_weechat
|
||||
Ansible role to install and configure weechat
|
||||
Ansible weechat rolle
|
||||
==========================
|
||||
Ansible role to install and configure weechat:
|
||||
|
||||
What can you do:
|
||||
-----------------
|
||||
- install weechat on Debian, Ubuntu, Archlinux or Fedora
|
||||
- tba
|
||||
|
||||
```txt
|
||||
WARNING
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
- name: create plugin directories
|
||||
file:
|
||||
path: "{{ weechat_directory }}/{{ item.value }}/autoload"
|
||||
state: directory'
|
||||
state: directory
|
||||
owner: "{{ weechat_user }}"
|
||||
group: "{{ weechat_user }}"
|
||||
with_dict: '{{ weechat_plugin_languages }}'
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- include_tasks: versioncheck.yml
|
||||
when: submodules_versioncheck|bool
|
||||
|
||||
- include_tasks: "install-{{ ansible_os_version|lower }}.yml"
|
||||
- include_tasks: "install-{{ ansible_os_family|lower }}.yml"
|
||||
when: install_weechat | bool
|
||||
|
||||
- include_tasks: directorys.yml
|
||||
|
|
|
@ -9,5 +9,5 @@ weechat_plugin_languages:
|
|||
lua: lua
|
||||
|
||||
# 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'
|
||||
|
|
Loading…
Reference in a new issue