Skip to content
New issue

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

having issue running the script #193

Closed
noaaf500 opened this issue Jun 2, 2023 · 1 comment
Closed

having issue running the script #193

noaaf500 opened this issue Jun 2, 2023 · 1 comment
Assignees

Comments

@noaaf500
Copy link

noaaf500 commented Jun 2, 2023

*Describe the issue
first of all Thank you for this script! this is an awesome project, and much appreciated.

I'm a noob in ubuntu but I've used this script on a VPS server and it worked perfectly!
so I subscribed to another VPS from dedicontrol.com which is running ubuntu 20.04.
tried to run the script same as before but i keep getting the same Error shown

'' Encrypting the variables
New Vault password:
Confirm New Vault password:
Encryption successful

Success!
Would you like to run the playbook now? [y/N]: y
Vault password:

PLAY [Install and configure ansible-easy-vpn] ***********************************************************************

TASK [Gathering Facts] **********************************************************************************************
ok: [localhost]

TASK [Set the AWS and Letsencrypt staging facts] ********************************************************************
ok: [localhost]

TASK [system : Load OS-specific vars] *******************************************************************************
ok: [localhost]

TASK [system : Configure the system] ********************************************************************************
included: /root/ansible-easy-vpn/roles/system/tasks/essential.yml for localhost

TASK [system : Check if locale exists] ******************************************************************************
ok: [localhost]

TASK [system : Create locale] ***************************************************************************************
changed: [localhost]

TASK [system : Check if language exists] ****************************************************************************
ok: [localhost]

TASK [system : Create language] *************************************************************************************
changed: [localhost]

TASK [system : Get current locale and language configuration] *******************************************************
ok: [localhost]

TASK [system : Parse 'LANG' from current locale and language configuration] *****************************************
fatal: [localhost]: FAILED! =>
msg: |-
Unexpected templating type error occurred on ({{ locale_status.stdout | regex_search('LANG=([^]+)', '\1') | first }}): 'NoneType' object is not iterable

PLAY RECAP **********************************************************************************************************
localhost : ok=9 changed=2 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0

root@linux:~# ''

Environment:

  • Client OS: [Linux]
  • VPS OS [Ubuntu 20.04]
  • VPS Provider [dedicontrol.com]
    LOG.txt
@notthebee
Copy link
Owner

Fixed in v0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants