system-config/playbooks/roles/base-server
Monty Taylor 57ee42601a
Replace with_first_found with lookup first_found
The with_ directives are discouraged now in place of use of loop: and/or
lookup filters. In the case of with_first_found, it confuses people
because with_ directives are usually a loop, but in this case it's
the task is always executed once. Using the first_found filter makes it
clearer that this is occuring.

While we're in there, remove uses of 'static: no'. Since 2.0 includes
are dynamic by default, so these are not necessary.

Change-Id: Ie429d7614b2f3322a646f46a8117d4b6ae29f737
2018-08-03 09:05:13 -05:00
..
defaults Add emacs and vim to base-server packages 2018-08-03 08:35:01 -05:00
files Add base playbooks and roles to bootstrap a new server 2018-08-01 14:57:44 -07:00
handlers Add base playbooks and roles to bootstrap a new server 2018-08-01 14:57:44 -07:00
tasks Replace with_first_found with lookup first_found 2018-08-03 09:05:13 -05:00
vars Add base playbooks and roles to bootstrap a new server 2018-08-01 14:57:44 -07:00