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
File causing the error:
debops/roles01/roles/nginx/tasks/main.yml
line 202..
# If nginx local facts are not present, assume that configuration
# is being reset and move all symlinks out of the way to prevent
# accidental failures because of old wrong configuration files
- name: Remove all configuration symlinks during config reset
shell: rm -f /etc/nginx/sites-enabled/*
args:
executable: '/bin/sh'
creates: '/etc/ansible/facts.d/nginx.fact'
warn: False
when: (nginx__deploy_state in [ 'present' ])
When I remove the "warn: False" it works.
Is it save to just remove it and create a pull request or would the changes go to a different direction? I'm rather new to ansible & debops.
Thanks!
The text was updated successfully, but these errors were encountered:
When running der nginx Role I receive an Error in section "Remove all configuration symlinks during config reset"
with Error Message:
I use the versions:
File causing the error:
debops/roles01/roles/nginx/tasks/main.yml
line 202..
When I remove the "warn: False" it works.
Is it save to just remove it and create a pull request or would the changes go to a different direction? I'm rather new to ansible & debops.
Thanks!
The text was updated successfully, but these errors were encountered: