q_attr of ResourceSet class looks like to set action or role.
https://github.com/crmsh/crmsh/blob/master/modules/parse.py#L981
But ResourceSet never be call with type=order, so q_attr is always role.
Therefore, action resources are processed as role resources.
https://github.com/crmsh/crmsh/blob/master/modules/parse.py#L1035-L1038