Skip to content

Instantly share code, notes, and snippets.

@bcoca
Last active November 27, 2018 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcoca/fed98a40d08e46602c2166ec6b90df4d to your computer and use it in GitHub Desktop.
Save bcoca/fed98a40d08e46602c2166ec6b90df4d to your computer and use it in GitHub Desktop.
- yum: name={{item}} state=abset
loop: ['pkg', 'pkg2']
...
- yum: name=pkg state=builddeps
...
- name: no 'changed' state
yum: name=pkg state=present
...
- yum: name=pkg2 state=present
...
- name: has 'changed' state
yum: name=pkg2 state=builddeps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment