Branch: refs/heads/main Home: https://github.com/galaxyproject/ansible-galaxy Commit: a3c141e4e1f23c0878992a00dac1b7b11512b893 https://github.com/galaxyproject/ansible-galaxy/commit/a3c141e4e1f23c0878992... Author: Nate Coraor <nate@bx.psu.edu> Date: 2022-04-17 (Sun, 17 Apr 2022) Changed paths: M .gitignore M defaults/main.yml M handlers/main.yml M tasks/dependencies.yml A tasks/gravity.yml M tasks/main.yml M tasks/paths.yml M tasks/systemd-mule.yml A tasks/user-facts.yml M templates/galaxy.yml.j2 M templates/systemd/galaxy.service.j2 Log Message: ----------- Support Running Galaxy 22.01+ with Gravity. Also support systemd user scope. Commit: 858395ec4b5a12f7780e92025d6ac22d322d658c https://github.com/galaxyproject/ansible-galaxy/commit/858395ec4b5a12f7780e9... Author: Nate Coraor <nate@bx.psu.edu> Date: 2022-04-17 (Sun, 17 Apr 2022) Changed paths: M defaults/main.yml M templates/systemd/galaxy.service.j2 Log Message: ----------- Graceful restarts with systemd Commit: 4904d274cf5858981e0874a5107f573a5f4b15e8 https://github.com/galaxyproject/ansible-galaxy/commit/4904d274cf5858981e087... Author: Nate Coraor <nate@bx.psu.edu> Date: 2022-04-17 (Sun, 17 Apr 2022) Changed paths: M defaults/main.yml M handlers/main.yml M tasks/static_setup.yml Log Message: ----------- Support gravity log_dir with galaxy_log_dir, and run galaxyctl update as needed Commit: 5c218de140f93305655ae17daee3dd05e759bda4 https://github.com/galaxyproject/ansible-galaxy/commit/5c218de140f93305655ae... Author: Nate Coraor <nate@bx.psu.edu> Date: 2022-04-17 (Sun, 17 Apr 2022) Changed paths: M tasks/clone.yml Log Message: ----------- Drop notify of dropped email handler Commit: 68c3bc7193550f74b09ce396af9c60501fbaab41 https://github.com/galaxyproject/ansible-galaxy/commit/68c3bc7193550f74b09ce... Author: Nate Coraor <nate@bx.psu.edu> Date: 2022-04-17 (Sun, 17 Apr 2022) Changed paths: M defaults/main.yml M handlers/main.yml M tasks/static_setup.yml Log Message: ----------- Apparently forgot that when clauses work on handlers Commit: 5e4ee51baefa73eefc25b3a282cc623a9ea4411e https://github.com/galaxyproject/ansible-galaxy/commit/5e4ee51baefa73eefc25b... Author: Nate Coraor <nate@bx.psu.edu> Date: 2022-04-17 (Sun, 17 Apr 2022) Changed paths: M README.md M defaults/main.yml M handlers/main.yml M tasks/clone.yml M tasks/main.yml M tasks/static_setup.yml A tasks/systemd-galaxy.yml R tasks/systemd-mule.yml Log Message: ----------- Automagic restart handlers Commit: 78a773d357e656fb5b89f01e144747dae4d822b3 https://github.com/galaxyproject/ansible-galaxy/commit/78a773d357e656fb5b89f... Author: Nate Coraor <nate@bx.psu.edu> Date: 2022-04-22 (Fri, 22 Apr 2022) Changed paths: M .github/workflows/ci.yml M meta/main.yml Log Message: ----------- Update minimum (and test) version of Ansible to 2.10 Commit: 41c912061d750c931e63cad2beb1ab3ddcd73c7e https://github.com/galaxyproject/ansible-galaxy/commit/41c912061d750c931e63c... Author: Nate Coraor <nate@bx.psu.edu> Date: 2022-04-22 (Fri, 22 Apr 2022) Changed paths: M defaults/main.yml Log Message: ----------- Conditional galaxy_manage_gravity based on version Commit: 32501b17c68570a640705b78bead9bf7943656f9 https://github.com/galaxyproject/ansible-galaxy/commit/32501b17c68570a640705... Author: Nate Coraor <nate@bx.psu.edu> Date: 2022-04-22 (Fri, 22 Apr 2022) Changed paths: M .github/workflows/ci.yml M tests/test_playbook.yml Log Message: ----------- Test against multiple versions Commit: c5bb3457acdfcad48cbb93226779828c9c4dae7e https://github.com/galaxyproject/ansible-galaxy/commit/c5bb3457acdfcad48cbb9... Author: Nate Coraor <nate@bx.psu.edu> Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M tests/test_playbook.yml Log Message: ----------- Disable conda auto init in test Commit: c15de9f403c0a8a3702aa78d5d1959e9e6c8f6e5 https://github.com/galaxyproject/ansible-galaxy/commit/c15de9f403c0a8a3702aa... Author: Nate Coraor <nate@bx.psu.edu> Date: 2022-05-31 (Tue, 31 May 2022) Changed paths: M .github/workflows/ci.yml M .gitignore M README.md M defaults/main.yml M handlers/main.yml M meta/main.yml M tasks/clone.yml M tasks/dependencies.yml A tasks/gravity.yml M tasks/main.yml M tasks/paths.yml M tasks/static_setup.yml A tasks/systemd-galaxy.yml R tasks/systemd-mule.yml A tasks/user-facts.yml M templates/galaxy.yml.j2 M templates/systemd/galaxy.service.j2 M tests/test_playbook.yml Log Message: ----------- Merge pull request #153 from galaxyproject/gravity Support for running Galaxy from systemd using Gravity (galaxyctl) Compare: https://github.com/galaxyproject/ansible-galaxy/compare/09dd7918102a...c15de...