Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # Initial dist-upgrade
  2. - name: Drop breadcrumb to indicate first run tasks done
  3. command: touch {{ firstrun_breadcrumb }} creates={{ firstrun_breadcrumb }}
  4. register: firstrun_done
  5.  
  6. - name: Perform dist-upgrade on initial setup only
  7. apt: upgrade=dist
  8. when: not firstrun_done.skipped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement