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

Install weechat und rhel and arch

This commit is contained in:
L3D 2019-07-20 19:29:23 +02:00
parent 448f22c1a7
commit 4bfd0f2045
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,6 @@
---
- name: install weechat if available
package:
name:
- weechat
state: present

6
tasks/install-redhat.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: install weechat if available
package:
name:
- weechat
state: present

View file

@ -1,3 +1,3 @@
--- ---
playbook_version_number: 1024 # should be over ninethousand playbook_version_number: 1025 # 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'