fix: 修复 ansible receptor playbook 无法执行的问题

This commit is contained in:
Aaron3S
2024-04-10 18:14:49 +08:00
committed by Bryan
parent 3e46d72ba3
commit 2b05fd5276
4 changed files with 15 additions and 4 deletions

2
jms
View File

@@ -188,7 +188,7 @@ if __name__ == '__main__':
)
parser.add_argument(
"services", type=str, default='all', nargs="*",
choices=("all", "web", "task", "receptor"),
choices=("all", "web", "task"),
help="The service to start",
)
parser.add_argument('-d', '--daemon', nargs="?", const=True)