Revert "[workaround]Set permission for /dev/pts/ptmx to 666"

This reverts commit 72d7519942.

Reason for revert: 
 https://review.opendev.org/c/openstack/tripleo-heat-templates/+/819646 is merged

Change-Id: I1c82838c32aecb99723996e820c1652d1a0df525
This commit is contained in:
Ronelle Landy 2021-12-01 20:32:56 +00:00
parent 72d7519942
commit 8722bb5179
1 changed files with 0 additions and 9 deletions

View File

@ -56,12 +56,3 @@
with_items:
- /etc/yum.conf
- /etc/dnf/dnf.conf
- name: Ensure /dev/pts/ptmx have proper permission
# Workaround for https://launchpad.net/bugs/1950176
become: true
file:
path: /dev/pts/ptmx
state: file
mode: u=rw,g=rw,o=rw
when: ansible_distribution_major_version is version(9, '>=')