Skip to content

Commit

Permalink
feat: wip 🤲
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Jan 26, 2025
1 parent 3777c7f commit 33417be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@
state: started
restart: true
with_items: "{{ docker_run_containers }}"

- name: restart docker
service:
name: docker
state: restarted
1 change: 1 addition & 0 deletions tasks/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
hostname: "{{ item.hostname|default(omit) }}"
image: "{{ item.image|default(item) }}"
kill_signal: "{{ item.kill_signal|default(omit) }}"
log_driver: "{{ item.log_driver|default('local') }}"
labels: "{{ item.labels|default(omit) }}"
links: "{{ item.links|default(omit) }}"
name: "{{ item.name|default(item) }}"
Expand Down

0 comments on commit 33417be

Please sign in to comment.