echo"### Copy ran even though stat is in the module blacklist"
echo"### Copy ran even though stat is in the module reject list"
exit1
else
echo"$CAPTURE"| grep 'The stat module was specified in the module blacklist file,.*, but Ansible will not function without the stat module. Please remove stat from the blacklist.'
echo"$CAPTURE"| grep 'The stat module was specified in the module reject list file,.*, but Ansible will not function without the stat module. Please remove stat from the reject list.'
iftest$? !=0;then
echo"### Stat did not give us our custom error message"
echo"### Stat ran even though it is in the module blacklist"
echo"### Stat ran even though it is in the module reject list"
exit1
else
echo"$CAPTURE"| grep 'The stat module was specified in the module blacklist file,.*, but Ansible will not function without the stat module. Please remove stat from the blacklist.'
echo"$CAPTURE"| grep 'The stat module was specified in the module reject list file,.*, but Ansible will not function without the stat module. Please remove stat from the reject list.'
iftest$? !=0;then
echo"### Stat did not give us our custom error message"