Sha256: d845d145b7919899b7de5d87e2cc4788bddbd74d101f03c2d34aeeeaef486e5d

Contents?: true

Size: 382 Bytes

Versions: 3

Compression:

Stored size: 382 Bytes

Contents

module VagrantPlugins
  module Ansible
    module Cap
      module Guest
        module Arch
          module AnsibleInstall

            def self.ansible_install(machine)
              machine.communicate.sudo("pacman -Syy --noconfirm")
              machine.communicate.sudo("pacman -S --noconfirm ansible")
            end

          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
vagrant-ansible-fixed-0.1.0 lib/cap/guest/arch/ansible_install.rb
vagrant-unbundled-1.8.1.2 plugins/provisioners/ansible/cap/guest/arch/ansible_install.rb
vagrant-unbundled-1.8.1.1 plugins/provisioners/ansible/cap/guest/arch/ansible_install.rb