summaryrefslogtreecommitdiffstats
path: root/roles/dotfiles/meta/argument_specs.yml
blob: 699cfe19fec35d9028454b5ee17129c4106e5a7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
argument_specs:
  main:
    short_description: "Configure dotfile repo"
    description: "Configure dotfile repo"
    options:
      dotfiles_repo_url:
        type: "str"
        description: "The dotfiles git repo URL"
        required: true
      dotfiles_setup_script:
        type: "str"
        description: "The dotfiles setup script"
        required: true