Skip to content

khomutoff/rpm_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rpm_check

Platform Platform

Module for Ansible to check if rpm package installed on your system.

Installation

To use the rpm_check module just copy the file into ./library, alongside your top level playbooks, or copy it into the path specified by ANSIBLE_LIBRARY or the --module-path command line option.

Examples

# Check if Apache installed
- rpm_check:
    name: httpd
    state: installed
    
# Check multiple rpm packages installed on your system
- rpm_check:
    name: nginx,httpd

About

Module for Ansible to check if rpm package installed on your system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages