Merge "Add cron to pull playbooks"
This commit is contained in:
commit
14b3a7f187
@ -10,3 +10,9 @@
|
||||
action: "pull_image"
|
||||
common_options: "{{ docker_common_options }}"
|
||||
image: "{{ heka_image_full }}"
|
||||
|
||||
- name: Pulling cron image
|
||||
kolla_docker:
|
||||
action: "pull_image"
|
||||
common_options: "{{ docker_common_options }}"
|
||||
image: "{{ cron_image_full }}"
|
||||
|
Loading…
Reference in New Issue
Block a user