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

Issue with latest ansible scripts #4

Open
manum opened this issue Sep 11, 2020 · 0 comments
Open

Issue with latest ansible scripts #4

manum opened this issue Sep 11, 2020 · 0 comments

Comments

@manum
Copy link
Contributor

manum commented Sep 11, 2020

From the following checkin a lot of files were removed but the yaml tasks were not updated 139cc8e

From grpc.yml

  • name: apply patches for grpc
    patch:
    remote_src: no
    src: "{{ item.src }}"
    dest: "{{ item.dest }}"
    loop:
    • {src: "configure.ac.grpc.patch", dest: "{{freeswitch_sources_path}}/configure.ac"}
    • {src: "Makefile.am.grpc.patch", dest: "{{freeswitch_sources_path}}/Makefile.am"}
    • {src: "modules.conf.in.grpc.patch", dest: "{{freeswitch_sources_path}}/build/modules.conf.in"}

None of the grpc.patch files are there as a result the playbook does not work

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

1 participant