From 72fc71b6afbcf9219d9050038441c5c3ca5c4569 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Fri, 4 Jan 2019 13:30:28 +0000 Subject: [PATCH] Fixed formatting in ansible --- ansible.8 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ansible.8 b/ansible.8 index 030d5ef..313fcaf 100644 --- a/ansible.8 +++ b/ansible.8 @@ -16,19 +16,22 @@ git clone git@ttm.sh:thunix/ansible.git From there, the typical github-type workflow is used: * Create a local branch, to track your issue's changes. + * Commit changes to your local branch. + * Send a URI pointing to your repo, with branch name to someone with merge permissions Inside of the tildegit interface: * Create a new branch, selecting option to create a branch and pull request + * Make changes in your branch + * Update PR + * Wait for someone to merge your changes Hourly, a job runs that pulls the latest version of the repo, and the runs ansible-playbook against the playbook. A sudoer can manually run this job, if desired, and it's located at /etc/cron.hourly/ansible-pull. - - .SH SEE ALSO tildegit.org(8), git(8), ansible-playbook(8) .SH BUGS