Promote include_tasks/role and import_tasks/role to stableinterface (#51975)

This commit is contained in:
Matt Martz
2019-02-11 09:06:38 -06:00
committed by GitHub
parent e0538610bf
commit 3c85ac1788
5 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
minor_changes:
- include/import - Promote ``include_tasks``, ``import_tasks``, ``include_role``,
and ``import_role`` to ``stableinterface``

View File

@@ -9,7 +9,7 @@ __metaclass__ = type
ANSIBLE_METADATA = {
'metadata_version': '1.1',
'status': ['preview'],
'status': ['stableinterface'],
'supported_by': 'core'
}

View File

@@ -9,7 +9,7 @@ __metaclass__ = type
ANSIBLE_METADATA = {
'metadata_version': '1.1',
'status': ['preview'],
'status': ['stableinterface'],
'supported_by': 'core'
}

View File

@@ -9,7 +9,7 @@ __metaclass__ = type
ANSIBLE_METADATA = {
'metadata_version': '1.1',
'status': ['preview'],
'status': ['stableinterface'],
'supported_by': 'core'
}

View File

@@ -9,7 +9,7 @@ __metaclass__ = type
ANSIBLE_METADATA = {
'metadata_version': '1.1',
'status': ['preview'],
'status': ['stableinterface'],
'supported_by': 'core'
}