mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-19 14:50:21 -07:00
Some signature related things, prior to starting test scaffolding
This commit is contained in:
parent
b8e4e59d6b
commit
7ebf246ff1
4 changed files with 26 additions and 38 deletions
|
@ -15,13 +15,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from v2.playbook import Tag, Conditional
|
||||
|
||||
class PlaybookBase(Tag, Conditional):
|
||||
'''
|
||||
Implements a common object, which supports filtering based on
|
||||
both tags and when: conditional statements
|
||||
'''
|
||||
class Base(object):
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue