mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
renamed get_entries to get_plays
This commit is contained in:
parent
349ecf6efe
commit
2eb2a41d05
2 changed files with 2 additions and 2 deletions
|
@ -81,5 +81,5 @@ class Playbook:
|
|||
def get_loader(self):
|
||||
return self._loader
|
||||
|
||||
def get_entries(self):
|
||||
def get_plays(self):
|
||||
return self._entries[:]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue