We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the error that I am getting from running ansible-playbook -i inventory.yml site.yml. Ubuntu image - ubuntu-1804-bionic-v20210119a on GCP
ansible-playbook -i inventory.yml site.yml
TASK [ansible-elastic-cloud-enterprise : sysctl_scripts.yml || load ip_conntrack if needed] ****************************************** fatal: [35.209.97.34]: FAILED! => {"changed": false, "msg": "modprobe: FATAL: Module ip_conntrack not found in directory /lib/modules/5.4.0-1034-gcp\n", "name": "ip_conntrack", "params": "", "rc": 1, "state": "present", "stderr": "modprobe: FATAL: Module ip_conntrack not found in directory /lib/modules/5.4.0-1034-gcp\n", "stderr_lines": ["modprobe: FATAL: Module ip_conntrack not found in directory /lib/modules/5.4.0-1034-gcp"], "stdout": "", "stdout_lines": []}
The text was updated successfully, but these errors were encountered:
I did not. I just decided to use Centos machine instead and it worked
Sorry, something went wrong.
Thanks
No branches or pull requests
This is the error that I am getting from running
ansible-playbook -i inventory.yml site.yml
. Ubuntu image - ubuntu-1804-bionic-v20210119a on GCPThe text was updated successfully, but these errors were encountered: