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 setting:
leads to this error:
null_resource.cluster (remote-exec): TASK [safe_yum : yum first try] ************************************************ null_resource.cluster (remote-exec): �[0;32mok: [inst-inls6-rich-maggot]�[0m null_resource.cluster (remote-exec): �[0;32mok: [rich-maggot-bastion]�[0m null_resource.cluster (remote-exec): TASK [nfs-client : create share directory] ************************************* null_resource.cluster (remote-exec): �[0;33mchanged: [inst-inls6-rich-maggot]�[0m null_resource.cluster (remote-exec): �[0;33mchanged: [rich-maggot-bastion]�[0m null_resource.cluster (remote-exec): TASK [nfs-client : Mount NFS with options] ************************************* null_resource.cluster (remote-exec): �[0;36mskipping: [rich-maggot-bastion]�[0m null_resource.cluster (remote-exec): �[0;36mskipping: [inst-inls6-rich-maggot]�[0m null_resource.cluster (remote-exec): TASK [nfs-client : Mount NFS without options] ********************************** null_resource.cluster (remote-exec): �[0;31mfatal: [inst-inls6-rich-maggot]: FAILED! => changed=false �[0m null_resource.cluster (remote-exec): �[0;31m msg: |-�[0m null_resource.cluster (remote-exec): �[0;31m Error mounting /app: mount.nfs: an incorrect mount option was specified�[0m null_resource.cluster (remote-exec): �[0;31mfatal: [rich-maggot-bastion]: FAILED! => changed=false �[0m null_resource.cluster (remote-exec): �[0;31m msg: |-�[0m null_resource.cluster (remote-exec): �[0;31m Error mounting /app: mount.nfs: an incorrect mount option was specified�[0m null_resource.cluster (remote-exec): PLAY RECAP ********************************************************************* null_resource.cluster (remote-exec): �[0;31minst-inls6-rich-maggot�[0m : �[0;32mok=51 �[0m �[0;33mchanged=34 �[0m unreachable=0 �[0;31mfailed=1 �[0m �[0;36mskipped=71 �[0m rescued=0 ignored=0 null_resource.cluster (remote-exec): �[0;31mrich-maggot-bastion�[0m : �[0;32mok=112 �[0m �[0;33mchanged=74 �[0m unreachable=0 �[0;31mfailed=1 �[0m �[0;36mskipped=116 �[0m rescued=0 �[1;35mignored=1 �[0m Error: remote-exec provisioner error with null_resource.cluster, on bastion.tf line 401, in resource "null_resource" "cluster" 401: provisioner "remote-exec" { error executing "/tmp/terraform_800757839.sh": Process exited with status 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this setting:
leads to this error:
The text was updated successfully, but these errors were encountered: