Skip to content

Commit

Permalink
remove docker-compose autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
oehrlis committed Apr 17, 2023
1 parent 0d0be6e commit dca4725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cloudinit/bastion_host_ol7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ runcmd:
# install and configure docker
- systemctl enable docker.service
- systemctl start docker.service
- rm -f /etc/bash_completion.d/docker-compose

# configure fail2ban service
- systemctl enable fail2ban
Expand Down
2 changes: 1 addition & 1 deletion cloudinit/bastion_host_ol8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ runcmd:
- sed -i 's/^apply_updates.*/apply_updates = yes/g' /etc/dnf/automatic.conf
- systemctl enable --now dnf-automatic.timer
- rm -f /etc/issue.d/cockpit.issue /etc/motd.d/cockpit
- rm -f /etc/bash_completion.d/docker-compose

# install and configure docker
- systemctl enable docker.service
- systemctl start docker.service
- rm -f /etc/bash_completion.d/docker-compose

# configure fail2ban service
- systemctl enable fail2ban
Expand Down

0 comments on commit dca4725

Please sign in to comment.