rename store_facts to use_fact_cache

This commit is contained in:
Chris Meyers
2017-06-19 15:45:32 -04:00
parent ec2e537f63
commit 965159a1fb
6 changed files with 12 additions and 13 deletions

View File

@@ -2227,7 +2227,7 @@ class JobOptionsSerializer(LabelsListMixin, BaseSerializer):
fields = ('*', 'job_type', 'inventory', 'project', 'playbook',
'credential', 'vault_credential', 'forks', 'limit',
'verbosity', 'extra_vars', 'job_tags', 'force_handlers',
'skip_tags', 'start_at_task', 'timeout', 'store_facts',)
'skip_tags', 'start_at_task', 'timeout', 'use_fact_cache',)
def get_fields(self):
fields = super(JobOptionsSerializer, self).get_fields()