class Kitchen::Provisioner::Ansible::Os::Freebsd

Public Instance Methods

install_command() click to toggle source
# File lib/kitchen/provisioner/ansible/os/freebsd.rb, line 24
          def install_command
            <<-INSTALL
            pkg install -y ansible
            INSTALL
          end