import React from 'react';
import { EmptyStatePattern as EmptyState } from 'foremanReact/components/common/EmptyState';
const AnsiblePermissionDenied = props => {
const description = (
{__('You are not authorized to perform this action.')}
{__(
'Please request one of the required permissions listed below from a Foreman administrator:'
)}
);
const doc = (