diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-10-26 14:37:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 14:37:14 -0400 |
commit | f1efd8d8318bf6c306ef6f61c2317325670672fc (patch) | |
tree | ad84cec087da8a9d70cf6d00d431b864805c1183 /roles/openshift_aws | |
parent | 070e0002ea820c68445f6bb85b97766086854d57 (diff) | |
parent | 23c370fd192b374eacc893b08bb090933b277522 (diff) | |
download | openshift-f1efd8d8318bf6c306ef6f61c2317325670672fc.tar.gz openshift-f1efd8d8318bf6c306ef6f61c2317325670672fc.tar.bz2 openshift-f1efd8d8318bf6c306ef6f61c2317325670672fc.tar.xz openshift-f1efd8d8318bf6c306ef6f61c2317325670672fc.zip |
Merge pull request #5885 from kwoodson/fix_image_clean
Moving removal of unwanted artifacts to image_prep.
Diffstat (limited to 'roles/openshift_aws')
-rw-r--r-- | roles/openshift_aws/tasks/seal_ami.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/openshift_aws/tasks/seal_ami.yml b/roles/openshift_aws/tasks/seal_ami.yml index d319fdd1a..0cb749dcc 100644 --- a/roles/openshift_aws/tasks/seal_ami.yml +++ b/roles/openshift_aws/tasks/seal_ami.yml @@ -1,11 +1,4 @@ --- -- name: Remove any ansible facts created during AMI creation - file: - path: "/etc/ansible/facts.d/{{ item }}" - state: absent - with_items: - - openshift.fact - - name: fetch newly created instances ec2_remote_facts: region: "{{ openshift_aws_region }}" |