You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fatal: [xxx.xxx.xxx.xxx]: FAILED! => {"msg": "The conditional check 'ansible_memory_mb['swap']['total'] > 0' failed. The error was: error while evaluating conditional (ansible_memory_mb['swap']['total'] > 0): 'ansible_memory_mb' is undefined. 'ansible_memory_mb' is undefined\n\nThe error appears to be in '/ansible-resources/roles/swap/tasks/disable.yml': line 2, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n---\n- name: Disable swap (if configured).\n ^ here\n"}
The text was updated successfully, but these errors were encountered:
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
The PR https://github.com/geerlingguy/ansible-role-swap/pull/36/commits indroduced a issue for our servers:
fatal: [xxx.xxx.xxx.xxx]: FAILED! => {"msg": "The conditional check 'ansible_memory_mb['swap']['total'] > 0' failed. The error was: error while evaluating conditional (ansible_memory_mb['swap']['total'] > 0): 'ansible_memory_mb' is undefined. 'ansible_memory_mb' is undefined\n\nThe error appears to be in '/ansible-resources/roles/swap/tasks/disable.yml': line 2, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n---\n- name: Disable swap (if configured).\n ^ here\n"}
The text was updated successfully, but these errors were encountered: