Merge "Remove 'pre_network' from role 'ansible_playbooks'"

This commit is contained in:
Zuul 2021-06-28 21:17:48 +00:00 committed by Gerrit Code Review
commit 8388dfdc09
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ _ROLE_ANSIBLE_PLAYBOOKS_SCHEMA = {
'type': 'object',
'properties': {
'playbook': {'type': 'string'},
'pre_network': {'type': 'boolean'},
'extra_vars': {'type': 'object'}
},
'additionalProperties': False,