(.py3-a2.5-env) [deploy@iZuf6iq8e7ya9v3ix71k0pZ test_playbooks]$ ansible-playbook -i inventory/testenv ./deploy.yml
ERROR! The requested action was not found in configured module paths. Additionally, core modules are missing. If this is a checkout, run 'git submodule update --init --recursive' to correct this problem.
The error appears to have been in '/home/deploy/test_playbooks/roles/testbox/tasks/main.yml': line 1, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Print server name and user to remote testbox
^ here
The error appears to have been in '/home/deploy/test_playbooks/roles/testbox/tasks/main.yml': line 1, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Print server name and user to remote testbox
^ here
main.yml
- name: Print server name and user to remote testbox
shell: "echo 'Currently {{ user }} is logining {{ server_name }}' > {{ output }}"