Skip to content

Commit

Permalink
Fixes #706
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed May 28, 2024
1 parent a4773cf commit 2ca43fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
9 changes: 2 additions & 7 deletions nas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,12 @@
- skip_ansible_lint

- role: geerlingguy.docker
when: ansible_architecture == "x86_64"
vars:
docker_apt_filename: download_docker_com_linux_ubuntu
tags:
- docker
- skip_ansible_lint

- role: geerlingguy.docker_arm
when: ansible_architecture == "aarch64"
tags:
- docker_arm
- skip_ansible_lint

###
### Ansible-NAS Roles
###
Expand Down
5 changes: 1 addition & 4 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
roles:
- name: geerlingguy.docker
version: 6.0.0

- name: geerlingguy.docker_arm
version: 5.0.0
version: 7.1.0

- name: bertvv.samba
version: v2.7.1
Expand Down

0 comments on commit 2ca43fb

Please sign in to comment.