1. 05 Oct, 2012 8 commits
  2. 04 Oct, 2012 18 commits
  3. 03 Oct, 2012 12 commits
  4. 02 Oct, 2012 2 commits
    • Fix gather_facts assumption that SETUP_CACHE for a host is empty · fedfd187
      We now check explicitely for 'module_setup' in the SETUP_CACHE in order to avoid skipping setup because SETUP_CACHE was populated some other way. Other modules can implement the same mechanism to test if they've already run.
      
      This closes #1206.
      Dag Wieers committed
    • Make ignored/skipped different from changed · f11ab438
      Since a skipped/ignored action is _very_ different from actual changes to a system, it always bothered me that  it was not easily distinguishable when skimming the output. This change makes ignore/skip a different color, and I chose cyan. Contemplated using dark-gray/blue, but prefered something that is readable with most terminal colors.
      Dag Wieers committed