Skip to content

Commit

Permalink
add figurine
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed May 22, 2024
1 parent 4315dfc commit bc1b5a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@
disable_verification: true
when: "'hyperhdr' is in ansible_hostname"

- name: Setup figurine
ansible.builtin.import_role:
name: ironicbadger.figurine
when:
- ansible_memtotal_mb > 2000

post_tasks:
# - name: POST TASK | Prune old Docker images and volumes
# community.docker.docker_prune:
Expand Down

0 comments on commit bc1b5a4

Please sign in to comment.