Merge "Add skip: true to disable-puppet-agent"

This commit is contained in:
Zuul 2018-08-17 22:10:18 +00:00 committed by Gerrit Code Review
commit f9baa7ca31

View File

@ -1,7 +1,10 @@
- name: Include OS-specific tasks
include_tasks: "{{ lookup('first_found', file_list) }}"
include_tasks: "{{ item }}"
vars:
file_list: "{{ distro_lookup_path }}"
params:
files: "{{ distro_lookup_path }}"
skip: true
loop: "{{ query('first_found', params) }}"
- name: Disable the puppet service
service: