Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

vars_prompt not prompting #39

Closed
OldhamMade opened this issue Jul 9, 2015 · 1 comment
Closed

vars_prompt not prompting #39

OldhamMade opened this issue Jul 9, 2015 · 1 comment

Comments

@OldhamMade
Copy link
Contributor

I've tried the following config:

---
cache_dir: ~/Library/Caches/battleschool
sources:
  url:
    - name: setup.yml
      url: 'https://www.dropbox.com/s/1234567890/setup.yml?dl=1'

and setup.yml:

---
- hosts: workstation
  vars_prompt:
    - name: "some_password"
      prompt: "Enter password"
      private: yes
  tasks:
    ...

but I'm not being prompted when running battleschool as follows:
battle -XKvv --config-file=~/.battle/config.yml --become-user=$USER

@spencergibb
Copy link
Owner

Closed via 34faca3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants