Greg Watson

Results 13 comments of Greg Watson

I'm struggling to really see the benefit of doing this. Can't anyone submit issues and PR's now? Is it that people can contribute content without having to be concerned about...

Not quite sure what is being proposed here. Could you be more specific? Are you suggesting content on how to create educational material (which seems very general) or the actual...

I can see your reasoning, and there are certainly things that Git and other VCs do that could be considered automation. Maybe instructors explain it like this during a session?...

I am also trying to install using Ansible as per the tutorial with the same results. I'm using Ubuntu 18.04.

The tutorial uses a galaxy_commit_id of release_20.09. Updating this to release_21.09 solved this problem for me.

As a workaround, I let docker compose create the EFS volume. After that it seemed to mount correctly. There seems to be some issue using an EFS volume I create...

After I made some changes to the docker-compose.yml file, I am now seeing this message again. My only option seems to be to remove the filesystems and allow them to...

I haven’t had any more issues, other than that first hiccup, after letting docker compose create the filesystems.

In relation to #272, specifically, curated content articles should reference specific blog articles, not the blog itself. We should provide a single curated content article that lists valuable blogs that...

Changing `tasks/static_setup.yml` as follows may fix the directory in directory problem: ``` - name: Install local tools copy: src: "{{ galaxy_local_tools_src_dir }}/{{ item }}" dest: "{{ galaxy_local_tools_dir }}" mode: preserve...