class Kitchen::Provisioner::Ansible::Os::Freebsd
Public Instance Methods
Source
# File lib/kitchen/provisioner/ansible/os/freebsd.rb, line 24 def install_command <<-INSTALL pkg install -y ansible INSTALL end
# File lib/kitchen/provisioner/ansible/os/freebsd.rb, line 24 def install_command <<-INSTALL pkg install -y ansible INSTALL end