Method: QB::Ansible::Cmd::Playbook#playbook_path
- Defined in:
- lib/qb/ansible/cmd/playbook.rb
#playbook_path ⇒ String, Pathname (readonly)
Path to the playbook. If a playbook: keyword argument is provided to
the constructor, then this is the path it will be written to before
64 65 66 |
# File 'lib/qb/ansible/cmd/playbook.rb', line 64 def playbook_path @playbook_path end |