Initial commit
This commit is contained in:
16
roles/Afick_Install/tasks/main.yml
Executable file
16
roles/Afick_Install/tasks/main.yml
Executable file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# tasks file for Afick_Install
|
||||
- name: Install afick
|
||||
yum:
|
||||
name: Afick
|
||||
state: present
|
||||
- name: Install Perl
|
||||
yum:
|
||||
name: perl
|
||||
state: present
|
||||
- name: Install Perl Digest
|
||||
yum:
|
||||
name: perl-Digest-MD5
|
||||
state: present
|
||||
- name: Check correct install Afick
|
||||
command: afick -V
|
||||
Reference in New Issue
Block a user