Skip to content

task configure - failing and I am not sure how to troubleshoot #1364

Answered by onedr0p
jsaveker asked this question in Q&A
Discussion options

You must be logged in to vote
bootstrap_node_inventory: [1]
  - name: "redacted"
    address: "redacted"
    controller: true
    ssh_user: "redacted"

is not valid YAML, it should look like this:

bootstrap_node_inventory:
  - name: "redacted"
    address: "redacted"
    controller: true
    ssh_user: "redacted"

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jsaveker
Comment options

Answer selected by jsaveker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants