Move gitlab playbook as first
This will avoid situations, in which the runner finishes and gitlab is still starting
This commit is contained in:
parent
5c7c4daa93
commit
49565c8516
1 changed files with 2 additions and 2 deletions
4
site.yml
4
site.yml
|
@ -17,6 +17,8 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
- import_playbook: gitlab.yml
|
||||
- import_playbook: gitlab_runner.yml
|
||||
- import_playbook: camo.yml
|
||||
- import_playbook: keycloak.yml
|
||||
- import_playbook: monitoring.yml
|
||||
|
@ -27,5 +29,3 @@
|
|||
- import_playbook: teamspeak.yml
|
||||
- import_playbook: owncast.yml
|
||||
- import_playbook: factorio.yml
|
||||
- import_playbook: gitlab_runner.yml
|
||||
- import_playbook: gitlab.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue