Skip to content

Commit

Permalink
Add role_name
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Sep 22, 2018
1 parent 7e653ce commit a3ab4ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PCI-DSS v3 Control Baseline for Red Hat Enterprise Linux 7

[![Build Status](https://travis-ci.org/RedHatOfficial/ansible-rhel7-pci-dss-role.svg?branch=master)](https://travis-ci.org/RedHatOfficial/ansible-rhel7-pci-dss-role)
[![Ansible Role](https://img.shields.io/ansible/role/26067.svg)](https://galaxy.ansible.com/RedHatOfficial/rhel7-pci-dss-role)
[![Ansible Role](https://img.shields.io/ansible/role/26067.svg)](https://galaxy.ansible.com/RedHatOfficial/rhel7_pci_dss)
[![GitHub release](https://img.shields.io/github/release/RedHatOfficial/ansible-rhel7-pci-dss-role.svg)](https://github.com/RedHatOfficial/ansible-rhel7-pci-dss-role/releases/latest)

Ansible remediation role for profile pci-dss
Expand Down Expand Up @@ -37,13 +37,13 @@ N/A

# Example Playbook

Run `ansible-galaxy install RedHatOfficial.rhel7-role-pci-dss` to
Run `ansible-galaxy install RedHatOfficial.rhel7_pci_dss` to
download and install the role. Then you can use the following playbook snippet.


- hosts: all
roles:
- { role: RedHatOfficial.rhel7-role-pci-dss }
- { role: RedHatOfficial.rhel7_pci_dss }


Then first check the playbook using (on the localhost):
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
galaxy_info:
role_name: rhel7_pci_dss
author: SCAP Security Guide development team
description: "PCI-DSS v3 Control Baseline for Red Hat Enterprise Linux 7"
company: "Red Hat, Inc."
Expand Down

0 comments on commit a3ab4ed

Please sign in to comment.