Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ce-dev/ce-dev.compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ x-ce_dev:
- ce-dev/ansible/setup.yml
services:
controller:
image: codeenigma/ce-dev-1.x:devel
image: codeenigma/ce-dev-controller-1.x:devel
x-ce_dev: {}
volumes:
- ../:/home/ce-dev/ce-provision
Expand Down
23 changes: 0 additions & 23 deletions roles/debian/ansible/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
---
- name: Remove old PPA repository key for Ansible.
ansible.builtin.apt_key:
id: 93C4A3FD7BB9C367
keyserver: keyserver.ubuntu.com
state: absent

- name: Remove old repository for Ansible.
ansible.builtin.apt_repository:
repo: "deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main"
state: absent

# Linters need a newer version of PyYAML than the one that ships with Debian.
- name: Remove older PyYAML package.
ansible.builtin.apt:
pkg: python3-yaml
state: absent
when: ce_ansible.linters.enabled

- name: Remove system Ansible.
ansible.builtin.apt:
pkg: ansible
state: absent

- name: Set up Python packages.
ansible.builtin.include_role:
name: debian/python_common
Expand Down