Commit Graph

58 Commits (2ff3fc6aa2803c92b88a78c6adc7af6a2099e800)

Author SHA1 Message Date
Seth Vidal a27be2651c make yum module work with older yum for rhel5 :( 13 years ago
Michael DeHaan a5f4ca50b8 Ratchet up logging a few notches prior to controlling w/ verbosity settings 13 years ago
Seth Vidal a9a9e3af65 modify yum to be used with argsfile and fix a number of items with
how it handles "advanced" pkgspecs for the state= cases
13 years ago
Seth Vidal 0b94c78042 yum module
add state=latest and clean up the output cases
added some fixmes on verification
13 years ago
Seth Vidal a99b491b32 touch up to yum module.
fix a couple of bugs
comment about state='latest'
13 years ago
Michael DeHaan 209760f8f6 Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site. 13 years ago
Michael DeHaan 1699013fbd Rename 'ensure' to 'state' so it lines up with the service module 13 years ago
Seth Vidal b576e389b1 runner buglet and yum module
runner: fix buglet causing logger output to include a u for the command
yum: add yum module:
   ensure=installed pkg=name/name.arch/name-ver-rel.arch
   ensure=removed pkg=name/name.arch/name-ver-rel.arch
   list=installed
   list=updates
   list=available
   list=pkgspec
   list=repos
13 years ago