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