diff --git a/inventory/group_vars/openwrt.yml b/inventory/group_vars/openwrt.yml deleted file mode 100644 index 3e28929..0000000 --- a/inventory/group_vars/openwrt.yml +++ /dev/null @@ -1 +0,0 @@ -# OpenWRT-specific variables go here diff --git a/inventory/hosts b/inventory/hosts index 99398b3..79d0a7c 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -5,10 +5,3 @@ 10.0.10.169 ansible_ssh_common_args="-o StrictHostKeyChecking=no" 10.0.10.4 ansible_ssh_common_args="-o StrictHostKeyChecking=no" 10.0.10.141 ansible_ssh_common_args="-o StrictHostKeyChecking=no" -# 10.0.10.64 ansible_ssh_common_args="-o StrictHostKeyChecking=no" - -[openwrt] -# Not enough storage space for these devices to support Ansible -# 10.0.10.1 -# 10.0.10.2 -# 10.0.10.3 \ No newline at end of file diff --git a/roles/tasks/debian/update.yml b/roles/tasks/debian/update.yml index 2f6a90b..5253cf1 100644 --- a/roles/tasks/debian/update.yml +++ b/roles/tasks/debian/update.yml @@ -14,6 +14,7 @@ notify: Restart Docker Containers - name: Update all packages apt: + name: "*" update_cache: false autoremove: true state: latest