mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-18 10:40:33 +02:00
Fixed tabs
This commit is contained in:
parent
b5e27a4c89
commit
94a57312dd
@ -30,8 +30,8 @@ def main():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"path",
|
"path",
|
||||||
nargs="?",
|
nargs="?",
|
||||||
default="roles",
|
default="./",
|
||||||
help="Base path to search for .yml files (default: ./roles)"
|
help="Base path to search for .yml files (default: ./)"
|
||||||
)
|
)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user