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:
parent
448f22c1a7
commit
4bfd0f2045
3 changed files with 13 additions and 1 deletions
6
tasks/install-archlinux.yml
Normal file
6
tasks/install-archlinux.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: install weechat if available
|
||||
package:
|
||||
name:
|
||||
- weechat
|
||||
state: present
|
6
tasks/install-redhat.yml
Normal file
6
tasks/install-redhat.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: install weechat if available
|
||||
package:
|
||||
name:
|
||||
- weechat
|
||||
state: present
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue